Uses of Class
com.onlinepayments.domain.PaymentProductField
Packages that use PaymentProductField
-
Uses of PaymentProductField in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentProductFieldModifier and TypeMethodDescriptionPaymentProductField.withDataRestrictions(PaymentProductFieldDataRestrictions value) Object containing data restrictions that apply to this field, like minimum and/or maximum lengthPaymentProductField.withDisplayHints(PaymentProductFieldDisplayHints value) Object containing display hints for this field, like the order, mask, preferred keyboardMethods in com.onlinepayments.domain that return types with arguments of type PaymentProductFieldModifier and TypeMethodDescriptionPaymentProduct.getFields()Object containing all the fields and their details that are associated with this payment product.Method parameters in com.onlinepayments.domain with type arguments of type PaymentProductFieldModifier and TypeMethodDescriptionvoidPaymentProduct.setFields(List<PaymentProductField> value) Object containing all the fields and their details that are associated with this payment product.PaymentProduct.withFields(List<PaymentProductField> value) Object containing all the fields and their details that are associated with this payment product.