Method | Description | |
---|---|---|
AccountManager ( |
||
ChangeInvoiceTemplate ( String accountId, String templateId ) : |
Change the invoice template id for an account
|
|
CreateAccount ( Account acc, Contact con ) : |
||
CreateChildAccountAndIncreaseCreditBalance ( Account acc, String parentAccountId, Contact con, Decimal amount ) : |
Create a child account, set the parent id, create the contact, update the account and increase the credit balance
|
|
DeletePaymentMethod ( String paymentMethodId ) : List |
Delete Payment Method
|
|
DoesAccountNameExistInZuora ( String name ) : System.Boolean | ||
GetAccount ( String accountId ) : |
Get Account information based on accountId
|
|
GetChildAccount ( String parentAccountId ) : |
Return the child account of a parent given the parents id
|
|
GetContact ( String accountId ) : |
Get Contacts based on accountId
|
|
GetCreditBalanceAdjustmentsForAccount ( String accountId ) : |
Get Credit balance based on accountId
|
|
GetCreditCardsForAccount ( String parentAccountId ) : |
Get Credit Card based on parent account id, only the parent account will have Credit Cards
|
|
GetCreditCardsPaymentMethods ( String accountId ) : |
Get Credit Cards based on accountId
|
|
GetInvoicePDFForAccount ( String invoiceId ) : |
Get the pdf version for an invoice
|
|
GetInvoicesForAccount ( String accountId ) : |
Get the invoices for an account based on accountId
|
|
GetPOForAccount ( String parentAccountId ) : String |
Get P.O. on file, only the parent account will have Credit Cards
|
|
GetRefundsForAccount ( String accountId ) : |
Get Refunds based on accountId
|
|
GetSingleInvoice ( String invoiceId ) : |
Get a single invoice and Base64 encoded pdf body
|
|
SetParentAccount ( String parentId, String accountId ) : |
Set the parent account of an account
|
|
UpdateContact ( String accountId, String lastName, String firstName, String address, String city, String state, String postalCode, String country ) : |
Upade Contact on account
|
public AccountManager ( |
||
zs | ||
return | System |
public ChangeInvoiceTemplate ( String accountId, String templateId ) : |
||
accountId | String | |
templateId | String | |
return |
public CreateAccount ( Account acc, Contact con ) : |
||
acc | Account | |
con | Contact | |
return |
public CreateChildAccountAndIncreaseCreditBalance ( Account acc, String parentAccountId, Contact con, Decimal amount ) : |
||
acc | Account | |
parentAccountId | String | |
con | Contact | |
amount | Decimal | |
return |
public DeletePaymentMethod ( String paymentMethodId ) : List |
||
paymentMethodId | String | |
return | List |
public DoesAccountNameExistInZuora ( String name ) : System.Boolean | ||
name | String | |
return | System.Boolean |
public GetAccount ( String accountId ) : |
||
accountId | String | |
return |
public GetChildAccount ( String parentAccountId ) : |
||
parentAccountId | String | |
return |
public GetContact ( String accountId ) : |
||
accountId | String | |
return |
public GetCreditBalanceAdjustmentsForAccount ( String accountId ) : |
||
accountId | String | |
return |
public GetCreditCardsForAccount ( String parentAccountId ) : |
||
parentAccountId | String | |
return |
public GetCreditCardsPaymentMethods ( String accountId ) : |
||
accountId | String | |
return |
public GetInvoicePDFForAccount ( String invoiceId ) : |
||
invoiceId | String | |
return |
public GetInvoicesForAccount ( String accountId ) : |
||
accountId | String | |
return |
public GetPOForAccount ( String parentAccountId ) : String | ||
parentAccountId | String | |
return | String |
public GetRefundsForAccount ( String accountId ) : |
||
accountId | String | |
return |
public GetSingleInvoice ( String invoiceId ) : |
||
invoiceId | String | |
return |
public SetParentAccount ( String parentId, String accountId ) : |
||
parentId | String | |
accountId | String | |
return |
public UpdateContact ( String accountId, String lastName, String firstName, String address, String city, String state, String postalCode, String country ) : |
||
accountId | String | |
lastName | String | |
firstName | String | |
address | String | |
city | String | |
state | String | |
postalCode | String | |
country | String | |
return |