PaymentType
Stay organized with collections
Save and categorize content based on your preferences.
PaymentType indicates the form of payment used for Merchant-provided payment method. Action must also provide a display name for the payment method.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\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 |"]]