Uses of Class
dev.vality.damsel.payment_processing.PaymentResourcePayerParams
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of PaymentResourcePayerParams in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return PaymentResourcePayerParams Modifier and Type Method Description PaymentResourcePayerParamsPaymentResourcePayerParams. deepCopy()PaymentResourcePayerParamsPayerParams. getPaymentResource()PaymentResourcePayerParamsPaymentResourcePayerParams. setContactInfo(ContactInfo contact_info)PaymentResourcePayerParamsPaymentResourcePayerParams. setResource(DisposablePaymentResource resource)Methods in dev.vality.damsel.payment_processing with parameters of type PaymentResourcePayerParams Modifier and Type Method Description intPaymentResourcePayerParams. compareTo(PaymentResourcePayerParams other)booleanPaymentResourcePayerParams. equals(PaymentResourcePayerParams that)static PayerParamsPayerParams. payment_resource(PaymentResourcePayerParams value)voidPayerParams. setPaymentResource(PaymentResourcePayerParams value)Constructors in dev.vality.damsel.payment_processing with parameters of type PaymentResourcePayerParams Constructor Description PaymentResourcePayerParams(PaymentResourcePayerParams other)Performs a deep copy on other.