Skip to content

BillingModule.Enumeration.PaymentMethod

tgreyuk edited this page Apr 25, 2024 · 1 revision

github-wiki-example / BillingModule / PaymentMethod

Enumeration: PaymentMethod

Enum representing different types of payment methods. These are used to specify the payment mechanism chosen by a customer.

Enumeration Members

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.
Clone this wiki locally