Enums | |
---|---|
STATUS_UNSPECIFIED | |
STATUS_OK | روش پرداخت برای استفاده صحیح است. |
STATUS_REQUIRE_FIX | روش پرداخت قبل از استفاده نیاز به تعمیر دارد. |
STATUS_INAPPLICABLE | روش پرداخت قابل استفاده نیست. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی."],[[["Payment methods can have one of four statuses: unspecified, ok, require fix, or inapplicable."],["`STATUS_OK` indicates the payment method is ready for use, while `STATUS_REQUIRE_FIX` signals the need for adjustments before it can be used."],["`STATUS_INAPPLICABLE` signifies that the payment method cannot be utilized, and `STATUS_UNSPECIFIED` serves as a default or neutral state."]]],["The core content defines an enumeration (`Enums`) with four possible statuses for a payment method. `STATUS_UNSPECIFIED` is undefined. `STATUS_OK` indicates the payment method is valid. `STATUS_REQUIRE_FIX` means the payment method needs correction before use. Finally, `STATUS_INAPPLICABLE` signifies that the payment method is not usable. These statuses dictate the usability and state of a given payment method.\n"]]