FormOfPayment
Stay organized with collections
Save and categorize content based on your preferences.
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 2023-10-03 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 2023-10-03 UTC."],[[["\u003cp\u003ePurchase charges can be deducted from existing wallet or main balance, or charged to a saved credit card.\u003c/p\u003e\n"],["\u003cp\u003eLoan purchases will be deducted from the user's next account top-up, while "Add to Bill" purchases are included in the current billing cycle.\u003c/p\u003e\n"],["\u003cp\u003eUsers will see clear descriptions of how each payment method will be applied before completing their purchase.\u003c/p\u003e\n"]]],[],null,["# FormOfPayment\n\nThe way in which the user would be charged for purchase.\n\n| Enums ||\n|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `WALLET_BALANCE` | The balance for purchase will be deducted from existing wallet balance. If this payment method is set for an offer, then the user will be shown \"Deducted from account balance\" prior to the purchase. |\n| `CREDIT_CARD_ON_FILE` | The purchase will be charged to credit card on file. For this form of payment the user will be shown \"Charged using your saved payment method\". |\n| `LOAN` | The operator is extending a loan to the user. So, the purchase will succeed but the user is expected to pay the operator later. For this form of payment the user will be shown \"Deducted from your next account balance top up\". |\n| `ADD_TO_BILL` | The purchase will be added to the current billing cycle and will show up on the bill. For this form of payment the user will be shown \"Added to your current billing cycle\". |\n| `MAIN_BALANCE` | The balance for purchase will be deducted from existing main balance. For this form of payment the user will be shown \"Deducted from main balance\". |"]]