Enumeradores | |
---|---|
STATUS_UNSPECIFIED |
|
STATUS_OK |
Se puede utilizar la forma de pago. |
STATUS_REQUIRE_FIX |
La forma de pago debe corregirse antes de usarla. |
STATUS_INAPPLICABLE |
No se puede usar la forma de pago. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2023-05-16 (UTC)
[null,null,["Última actualización: 2023-05-16 (UTC)"],[[["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"]]