Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.PartyAccount
Packages that use PartyAccount
-
Uses of PartyAccount in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return PartyAccountModifier and TypeMethodDescriptionPartyAccount.accountBalance(List<AccountBalance> accountBalance) PartyAccount.accountRelationship(List<AccountRelationship> accountRelationship) PartyAccount.accountType(String accountType) PartyAccount.addAccountBalanceItem(AccountBalance accountBalanceItem) PartyAccount.addAccountRelationshipItem(AccountRelationship accountRelationshipItem) PartyAccount.addContactItem(Contact contactItem) PartyAccount.addPaymentPlanItem(PaymentPlan paymentPlanItem) PartyAccount.addRelatedPartyItem(RelatedParty relatedPartyItem) PartyAccount.addTaxExemptionItem(AccountTaxExemption taxExemptionItem) PartyAccount.atBaseType(String atBaseType) PartyAccount.atSchemaLocation(String atSchemaLocation) PartyAccount.billStructure(BillStructure billStructure) PartyAccount.creditLimit(Money creditLimit) PartyAccount.defaultPaymentMethod(PaymentMethodRef defaultPaymentMethod) PartyAccount.description(String description) PartyAccount.financialAccount(FinancialAccountRef financialAccount) @Valid PartyAccountPartyAccountAttributeValueChangeEventPayload.getPartyAccount()Get partyAccount@Valid PartyAccountPartyAccountStateChangeEventPayload.getPartyAccount()Get partyAccountPartyAccount.lastModified(Date lastModified) PartyAccount.paymentPlan(List<PaymentPlan> paymentPlan) PartyAccount.paymentStatus(String paymentStatus) PartyAccount.relatedParty(List<RelatedParty> relatedParty) PartyAccount.taxExemption(List<AccountTaxExemption> taxExemption) Methods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type PartyAccountModifier and TypeMethodDescriptionPartyAccountAttributeValueChangeEventPayload.partyAccount(PartyAccount partyAccount) PartyAccountStateChangeEventPayload.partyAccount(PartyAccount partyAccount) voidPartyAccountAttributeValueChangeEventPayload.setPartyAccount(PartyAccount partyAccount) voidPartyAccountStateChangeEventPayload.setPartyAccount(PartyAccount partyAccount)