Uses of Class
de.adorsys.xs2a.adapter.api.model.ChargeBearer
-
-
Uses of ChargeBearer in de.adorsys.xs2a.adapter.api.model
Methods in de.adorsys.xs2a.adapter.api.model that return ChargeBearer Modifier and Type Method Description static ChargeBearerChargeBearer. fromValue(String value)ChargeBearerPaymentInitiationBulkElementJson. getChargeBearer()ChargeBearerPaymentInitiationJson. getChargeBearer()ChargeBearerPaymentInitiationWithStatusResponse. getChargeBearer()static 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.xs2a.adapter.api.model with parameters of type ChargeBearer Modifier and Type Method Description voidPaymentInitiationBulkElementJson. setChargeBearer(ChargeBearer chargeBearer)voidPaymentInitiationJson. setChargeBearer(ChargeBearer chargeBearer)voidPaymentInitiationWithStatusResponse. setChargeBearer(ChargeBearer chargeBearer)
-