validationservice

package
v0.2.0-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2024 License: MIT Imports: 4 Imported by: 0

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

type Client struct {
	Api     request.Api
	FazzURL string
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL