Uses of Class
br.com.juno.integration.api.services.request.charge.ChargeCreateRequest.Charge.PaymentType
-
Packages that use ChargeCreateRequest.Charge.PaymentType Package Description br.com.juno.integration.api.services.request.charge -
-
Uses of ChargeCreateRequest.Charge.PaymentType in br.com.juno.integration.api.services.request.charge
Methods in br.com.juno.integration.api.services.request.charge that return ChargeCreateRequest.Charge.PaymentType Modifier and Type Method Description static ChargeCreateRequest.Charge.PaymentTypeChargeCreateRequest.Charge.PaymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChargeCreateRequest.Charge.PaymentType[]ChargeCreateRequest.Charge.PaymentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.juno.integration.api.services.request.charge that return types with arguments of type ChargeCreateRequest.Charge.PaymentType Modifier and Type Method Description Set<ChargeCreateRequest.Charge.PaymentType>ChargeCreateRequest.Charge. getPaymentTypes()
-