-
Notifications
You must be signed in to change notification settings - Fork 1
BillingModule.Enumeration.PaymentMethod
tgreyuk edited this page Apr 25, 2024
·
1 revision
github-wiki-example / BillingModule / PaymentMethod
Enum representing different types of payment methods. These are used to specify the payment mechanism chosen by a customer.
Enumeration Member | Value | Description |
---|---|---|
BankTransfer |
"Bank Transfer" |
Payment via direct bank transfer. Used typically for larger transactions or where credit cards and PayPal are not viable. |
CreditCard |
"Credit Card" |
Payment through credit card. |
PayPal |
"PayPal" |
Payment through PayPal. Ideal for users who prefer not to directly use their credit card details. |