Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.AccountRefType
Packages that use AccountRefType
-
Uses of AccountRefType in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return AccountRefTypeModifier and TypeMethodDescriptionAccountRefType.atreferredType(String atreferredType) AccountRefType.description(String description) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type AccountRefTypeModifier and TypeMethodDescription@Valid List<AccountRefType>PaymentMethodRequestType.getAccount()Account that owns or can use the payment method@Valid List<AccountRefType>PaymentMethodType.getAccount()Reference to the accounts that are linked to the payment method.Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type AccountRefTypeModifier and TypeMethodDescriptionPaymentMethodRequestType.addAccountItem(AccountRefType accountItem) PaymentMethodType.addAccountItem(AccountRefType accountItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type AccountRefTypeModifier and TypeMethodDescriptionPaymentMethodRequestType.account(List<AccountRefType> account) PaymentMethodType.account(List<AccountRefType> account) voidPaymentMethodRequestType.setAccount(List<AccountRefType> account) voidPaymentMethodType.setAccount(List<AccountRefType> account)