Package com.onlinepayments.domain
Class PaymentProductGroup
java.lang.Object
com.onlinepayments.domain.PaymentProductGroup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing display hints like the order of the product when shown in a list, the name of the product and the logogetId()The ID of the payment product group in our systemvoidsetAccountOnFile(AccountOnFile value) voidObject containing display hints like the order of the product when shown in a list, the name of the product and the logovoidvoidThe ID of the payment product group in our systemwithAccountOnFile(AccountOnFile value) Object containing display hints like the order of the product when shown in a list, the name of the product and the logoThe ID of the payment product group in our system
-
Constructor Details
-
PaymentProductGroup
public PaymentProductGroup()
-
-
Method Details
-
getAccountOnFile
-
setAccountOnFile
-
withAccountOnFile
-
getDisplayHints
Object containing display hints like the order of the product when shown in a list, the name of the product and the logo -
setDisplayHints
Object containing display hints like the order of the product when shown in a list, the name of the product and the logo -
withDisplayHints
Object containing display hints like the order of the product when shown in a list, the name of the product and the logo -
getDisplayHintsList
-
setDisplayHintsList
-
withDisplayHintsList
-
getId
The ID of the payment product group in our system -
setId
The ID of the payment product group in our system -
withId
The ID of the payment product group in our system
-