Uses of Class
dev.vality.damsel.domain.PaymentSystemCondition
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PaymentSystemCondition in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return PaymentSystemCondition Modifier and Type Method Description PaymentSystemConditionPaymentSystemCondition. deepCopy()PaymentSystemConditionBankCardConditionDefinition. getPaymentSystem()PaymentSystemConditionPaymentSystemCondition. setPaymentSystemIs(PaymentSystemRef payment_system_is)PaymentSystemConditionPaymentSystemCondition. setTokenizationMethodIs(TokenizationMethod tokenization_method_is)PaymentSystemConditionPaymentSystemCondition. setTokenServiceIs(BankCardTokenServiceRef token_service_is)Methods in dev.vality.damsel.domain with parameters of type PaymentSystemCondition Modifier and Type Method Description intPaymentSystemCondition. compareTo(PaymentSystemCondition other)booleanPaymentSystemCondition. equals(PaymentSystemCondition that)static BankCardConditionDefinitionBankCardConditionDefinition. payment_system(PaymentSystemCondition value)voidBankCardConditionDefinition. setPaymentSystem(PaymentSystemCondition value)Constructors in dev.vality.damsel.domain with parameters of type PaymentSystemCondition Constructor Description PaymentSystemCondition(PaymentSystemCondition other)Performs a deep copy on other.