Uses of Class
de.adorsys.psd2.model.ChargeBearer
-
Packages that use ChargeBearer Package Description de.adorsys.psd2.model -
-
Uses of ChargeBearer in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return ChargeBearer Modifier and Type Method Description static ChargeBearerChargeBearer. fromValue(String text)@Valid ChargeBearerPaymentInitiationBulkElementJson. getChargeBearer()Get chargeBearer@Valid ChargeBearerPaymentInitiationJson. getChargeBearer()Get chargeBearer@Valid ChargeBearerPaymentInitiationWithStatusResponse. getChargeBearer()Get chargeBearerstatic ChargeBearerChargeBearer. valueOf(String name)Returns the enum constant of this type with the specified name.static ChargeBearer[]ChargeBearer. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.psd2.model with parameters of type ChargeBearer Modifier and Type Method Description PaymentInitiationBulkElementJsonPaymentInitiationBulkElementJson. chargeBearer(ChargeBearer chargeBearer)PaymentInitiationJsonPaymentInitiationJson. chargeBearer(ChargeBearer chargeBearer)PaymentInitiationWithStatusResponsePaymentInitiationWithStatusResponse. chargeBearer(ChargeBearer chargeBearer)voidPaymentInitiationBulkElementJson. setChargeBearer(ChargeBearer chargeBearer)voidPaymentInitiationJson. setChargeBearer(ChargeBearer chargeBearer)voidPaymentInitiationWithStatusResponse. setChargeBearer(ChargeBearer chargeBearer)
-