열거형 | |
---|---|
STATUS_UNSPECIFIED |
|
STATUS_OK |
결제 수단을 사용해도 괜찮습니다. |
STATUS_REQUIRE_FIX |
결제 수단을 사용하려면 수정해야 합니다. |
STATUS_INAPPLICABLE |
결제 수단을 사용할 수 없습니다. |
Status
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003ePayment methods can have one of four statuses: unspecified, ok, require fix, or inapplicable.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSTATUS_OK\u003c/code\u003e indicates the payment method is ready for use, while \u003ccode\u003eSTATUS_REQUIRE_FIX\u003c/code\u003e signals the need for adjustments before it can be used.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSTATUS_INAPPLICABLE\u003c/code\u003e signifies that the payment method cannot be utilized, and \u003ccode\u003eSTATUS_UNSPECIFIED\u003c/code\u003e serves as a default or neutral state.\u003c/p\u003e\n"]]],["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"],null,["# Status\n\n| Enums ||\n|-----------------------|-------------------------------------------|\n| `STATUS_UNSPECIFIED` | |\n| `STATUS_OK` | Payment method is ok to use. |\n| `STATUS_REQUIRE_FIX` | Payment method requires fix before using. |\n| `STATUS_INAPPLICABLE` | Payment method cannot be used. |"]]