Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BankAccount ¶
type BankAccount struct {
AccountName string `json:"accountName"`
AccountNo string `json:"accountNo"`
BankShortCode string `json:"bankShortCode"`
}
BankAccount represents response from Validate a bank account API
type Client ¶
func (*Client) BankAccount ¶
func (c *Client) BankAccount(ctx context.Context, payload fazz.ValidateBankAccountPayload) (*BankAccount, *fazz.Error)
BankAccount return response from Validate a bank account API
Docs: https://docs.fazz.com/v4-ID/reference/validate-bank-account
Click to show internal directories.
Click to hide internal directories.