Uses of Class
de.hybris.platform.billingaccounttmfwebservices.v1.dto.BillingAccountUnderscoreCreate
Packages that use BillingAccountUnderscoreCreate
-
Uses of BillingAccountUnderscoreCreate in de.hybris.platform.billingaccounttmfwebservices.v1.dto
Methods in de.hybris.platform.billingaccounttmfwebservices.v1.dto that return BillingAccountUnderscoreCreateModifier and TypeMethodDescriptionBillingAccountUnderscoreCreate.accountBalance(List<AccountBalance> accountBalance) BillingAccountUnderscoreCreate.accountRelationship(List<AccountRelationship> accountRelationship) BillingAccountUnderscoreCreate.accountType(String accountType) BillingAccountUnderscoreCreate.addAccountBalanceItem(AccountBalance accountBalanceItem) BillingAccountUnderscoreCreate.addAccountRelationshipItem(AccountRelationship accountRelationshipItem) BillingAccountUnderscoreCreate.addContactItem(Contact contactItem) BillingAccountUnderscoreCreate.addPaymentPlanItem(PaymentPlan paymentPlanItem) BillingAccountUnderscoreCreate.addRelatedPartyItem(RelatedParty relatedPartyItem) BillingAccountUnderscoreCreate.addTaxExemptionItem(AccountTaxExemption taxExemptionItem) BillingAccountUnderscoreCreate.atbaseType(String atbaseType) BillingAccountUnderscoreCreate.atschemaLocation(String atschemaLocation) BillingAccountUnderscoreCreate.billStructure(BillStructure billStructure) BillingAccountUnderscoreCreate.creditLimit(Money creditLimit) BillingAccountUnderscoreCreate.defaultPaymentMethod(PaymentMethodRef defaultPaymentMethod) BillingAccountUnderscoreCreate.description(String description) BillingAccountUnderscoreCreate.financialAccount(FinancialAccountRef financialAccount) BillingAccountUnderscoreCreate.lastModified(Date lastModified) BillingAccountUnderscoreCreate.paymentPlan(List<PaymentPlan> paymentPlan) BillingAccountUnderscoreCreate.paymentStatus(String paymentStatus) BillingAccountUnderscoreCreate.relatedParty(List<RelatedParty> relatedParty) BillingAccountUnderscoreCreate.taxExemption(List<AccountTaxExemption> taxExemption)