Uses of Class
org.cxml.PaymentMethod
Packages that use PaymentMethod
-
Uses of PaymentMethod in org.cxml
Fields in org.cxml declared as PaymentMethodFields in org.cxml with type parameters of type PaymentMethodModifier and TypeFieldDescriptionprotected List<PaymentMethod>PaymentMethodRemittanceInformation.paymentMethodprotected List<PaymentMethod>PaymentProviderInformation.paymentMethodMethods in org.cxml that return PaymentMethodModifier and TypeMethodDescriptionObjectFactory.createPaymentMethod()Create an instance ofPaymentMethodPaymentMethodPartner.getPaymentMethod()Gets the value of the paymentMethod property.Methods in org.cxml that return types with arguments of type PaymentMethodModifier and TypeMethodDescriptionPaymentMethodRemittanceInformation.getPaymentMethod()Gets the value of the paymentMethod property.PaymentProviderInformation.getPaymentMethod()Gets the value of the paymentMethod property.Methods in org.cxml with parameters of type PaymentMethodModifier and TypeMethodDescriptionvoidPaymentMethodPartner.setPaymentMethod(PaymentMethod value) Sets the value of the paymentMethod property.