PaymentType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
PaymentType 用于表明商家提供的付款方式。操作还必须提供付款方式的显示名称。
枚举 |
PAYMENT_TYPE_UNSPECIFIED |
未指定的付款方式。 |
PAYMENT_CARD |
信用卡/借记卡或预付卡。 |
BANK |
付款方式为银行账户。 |
LOYALTY_PROGRAM |
付款方式是一种会员回馈活动。 |
CASH |
付款方式为现金。 |
GIFT_CARD |
付款方式是一种礼品卡。 |
WALLET |
第三方钱包(如 PayPal) |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-28。
[null,null,["最后更新时间 (UTC):2025-07-28。"],[[["\u003cp\u003ePaymentType is used to specify the payment method used for merchant-provided payment methods, such as credit cards, bank accounts, loyalty programs, or others.\u003c/p\u003e\n"],["\u003cp\u003eAction must also include a display name for the payment method that users will see.\u003c/p\u003e\n"],["\u003cp\u003eAvailable PaymentType enums include \u003ccode\u003ePAYMENT_CARD\u003c/code\u003e, \u003ccode\u003eBANK\u003c/code\u003e, \u003ccode\u003eLOYALTY_PROGRAM\u003c/code\u003e, \u003ccode\u003eCASH\u003c/code\u003e, \u003ccode\u003eGIFT_CARD\u003c/code\u003e, and \u003ccode\u003eWALLET\u003c/code\u003e, in addition to the unspecified \u003ccode\u003ePAYMENT_TYPE_UNSPECIFIED\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# PaymentType indicates the form of payment used for Merchant-provided payment method. Action must also provide a display name for the payment method.\n\n| Enums ||\n|----------------------------|--------------------------------------|\n| `PAYMENT_TYPE_UNSPECIFIED` | Unspecified payment type. |\n| `PAYMENT_CARD` | A credit/debit or prepaid card. |\n| `BANK` | Payment method is a bank account. |\n| `LOYALTY_PROGRAM` | Payment method is a loyalty program. |\n| `CASH` | Payment method is cash. |\n| `GIFT_CARD` | Payment method is a gift card. |\n| `WALLET` | Third party wallet, i.e. Paypal |"]]