Uses of Class
dev.vality.damsel.domain.PaymentInstitutionAccount
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PaymentInstitutionAccount in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return PaymentInstitutionAccount Modifier and Type Method Description PaymentInstitutionAccountPaymentInstitutionAccount. deepCopy()PaymentInstitutionAccountPayoutToolInfo. getPaymentInstitutionAccount()Methods in dev.vality.damsel.domain with parameters of type PaymentInstitutionAccount Modifier and Type Method Description intPaymentInstitutionAccount. compareTo(PaymentInstitutionAccount other)booleanPaymentInstitutionAccount. equals(PaymentInstitutionAccount that)static PayoutToolInfoPayoutToolInfo. payment_institution_account(PaymentInstitutionAccount value)voidPayoutToolInfo. setPaymentInstitutionAccount(PaymentInstitutionAccount value)Constructors in dev.vality.damsel.domain with parameters of type PaymentInstitutionAccount Constructor Description PaymentInstitutionAccount(PaymentInstitutionAccount other)Performs a deep copy on other.