Wartości w polu enum | |
---|---|
STATUS_UNSPECIFIED |
|
STATUS_OK |
Możesz korzystać z tej formy płatności. |
STATUS_REQUIRE_FIX |
Zanim użyjesz formy płatności, musisz rozwiązać problem. |
STATUS_INAPPLICABLE |
Nie można użyć formy płatności. |
Status
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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. |"]]