Uses of Class
net.authorize.api.contract.v1.ArrayOfPaymentMethod
-
Packages that use ArrayOfPaymentMethod Package Description net.authorize.api.contract.v1 -
-
Uses of ArrayOfPaymentMethod in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as ArrayOfPaymentMethod Modifier and Type Field Description protected ArrayOfPaymentMethodGetMerchantDetailsResponse. paymentMethodsMethods in net.authorize.api.contract.v1 that return ArrayOfPaymentMethod Modifier and Type Method Description ArrayOfPaymentMethodObjectFactory. createArrayOfPaymentMethod()Create an instance ofArrayOfPaymentMethodArrayOfPaymentMethodGetMerchantDetailsResponse. getPaymentMethods()Gets the value of the paymentMethods property.Methods in net.authorize.api.contract.v1 with parameters of type ArrayOfPaymentMethod Modifier and Type Method Description voidGetMerchantDetailsResponse. setPaymentMethods(ArrayOfPaymentMethod value)Sets the value of the paymentMethods property.
-