Uses of Class
org.cxml.PaymentMethod
-
Packages that use PaymentMethod Package Description org.cxml -
-
Uses of PaymentMethod in org.cxml
Fields in org.cxml declared as PaymentMethod Modifier and Type Field Description protected PaymentMethodPaymentMethodPartner. paymentMethodFields in org.cxml with type parameters of type PaymentMethod Modifier and Type Field Description protected java.util.List<PaymentMethod>PaymentMethodRemittanceInformation. paymentMethodprotected java.util.List<PaymentMethod>PaymentProviderInformation. paymentMethodMethods in org.cxml that return PaymentMethod Modifier and Type Method Description PaymentMethodObjectFactory. createPaymentMethod()Create an instance ofPaymentMethodPaymentMethodPaymentMethodPartner. getPaymentMethod()Gets the value of the paymentMethod property.Methods in org.cxml that return types with arguments of type PaymentMethod Modifier and Type Method Description java.util.List<PaymentMethod>PaymentMethodRemittanceInformation. getPaymentMethod()Gets the value of the paymentMethod property.java.util.List<PaymentMethod>PaymentProviderInformation. getPaymentMethod()Gets the value of the paymentMethod property.Methods in org.cxml with parameters of type PaymentMethod Modifier and Type Method Description voidPaymentMethodPartner. setPaymentMethod(PaymentMethod value)Sets the value of the paymentMethod property.
-