accounts
A wrapper for a collection of bank account, credit card or payment processing accounts
XML
Attributes
name |
type |
description |
count |
long |
(no documentation provided) |
Elements
name (type) |
min/max occurs |
description |
bankAccount (account) |
0/unbounded |
|
creditCard (account) |
0/unbounded |
|
paymentProcessingAccount (account) |
0/unbounded |
|
JSON
property |
type |
description |
count |
long |
(no documentation provided) |
bankAccount |
array of bankAccount (account) |
|
creditCard |
array of creditCard (account) |
|
paymentProcessingAccount |
array of paymentProcessingAccount (account) |
|