Uses of Class
dev.vality.fistful.base.PaymentSystemRef
| Package | Description |
|---|---|
| dev.vality.fistful | |
| dev.vality.fistful.base |
-
Uses of PaymentSystemRef in dev.vality.fistful
Fields in dev.vality.fistful declared as PaymentSystemRef Modifier and Type Field Description PaymentSystemRefBankCardWithdrawalMethod. payment_systemMethods in dev.vality.fistful that return PaymentSystemRef Modifier and Type Method Description PaymentSystemRefBankCardWithdrawalMethod. getPaymentSystem()Methods in dev.vality.fistful with parameters of type PaymentSystemRef Modifier and Type Method Description BankCardWithdrawalMethodBankCardWithdrawalMethod. setPaymentSystem(PaymentSystemRef payment_system) -
Uses of PaymentSystemRef in dev.vality.fistful.base
Fields in dev.vality.fistful.base declared as PaymentSystemRef Modifier and Type Field Description PaymentSystemRefBankCard. payment_systemMethods in dev.vality.fistful.base that return PaymentSystemRef Modifier and Type Method Description PaymentSystemRefPaymentSystemRef. deepCopy()PaymentSystemRefBankCard. getPaymentSystem()PaymentSystemRefPaymentSystemRef. setId(String id)Methods in dev.vality.fistful.base with parameters of type PaymentSystemRef Modifier and Type Method Description intPaymentSystemRef. compareTo(PaymentSystemRef other)booleanPaymentSystemRef. equals(PaymentSystemRef that)BankCardBankCard. setPaymentSystem(PaymentSystemRef payment_system)Constructors in dev.vality.fistful.base with parameters of type PaymentSystemRef Constructor Description PaymentSystemRef(PaymentSystemRef other)Performs a deep copy on other.