Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSet ¶
func GetSet(value int64) map[PaymentMethodType]bool
Types ¶
type PaymentMethodType ¶
type PaymentMethodType string
const ( Nil PaymentMethodType = "" Reference PaymentMethodType = "Reference" Credit PaymentMethodType = "Credit" Debit PaymentMethodType = "Debit" EBT PaymentMethodType = "EBT" Cash PaymentMethodType = "Cash" ACH PaymentMethodType = "ACH" Gift PaymentMethodType = "Gift" Recurring PaymentMethodType = "Recurring" Other PaymentMethodType = "Other" APM PaymentMethodType = "APM" Ewic PaymentMethodType = "Ewic" BankPayment PaymentMethodType = "BankPayment" BNPL PaymentMethodType = "BNPL" )
func (PaymentMethodType) GetPaymentMethodType ¶
func (t PaymentMethodType) GetPaymentMethodType() PaymentMethodType
func (PaymentMethodType) GetStringValue ¶
func (t PaymentMethodType) GetStringValue() string
func (PaymentMethodType) LongValue ¶
func (t PaymentMethodType) LongValue() int64
Click to show internal directories.
Click to hide internal directories.