AccountPaymentMethod
Represents how the client pays the invoice.
enum AccountPaymentMethod {
WIRE_TRANSFER
}
Values
AccountPaymentMethod.WIRE_TRANSFER
The client pays the invoice via wire transfer.
Member Of
AccountBillingDetails
object