Skip to content

Latest commit

 

History

History
executable file
·
41 lines (30 loc) · 1.19 KB

SourceCreateDto.md

File metadata and controls

executable file
·
41 lines (30 loc) · 1.19 KB

SourceCreateDto

Properties

Name Type Description Notes
name String Human readble name of Source
currency CurrencyEnum Three-letter ISO code for the currency of this payment Source [optional]
type TypeEnum Nature of the source. Can be either of Card, Bank Account, Mobile Money
issuer IssuerEnum Issuer that supports/issued this payment source.
identifier String Primary account number for source. For mobile money this will be a phone number and for banks an account number
metadata Object Used to store Arbitrary data [optional]

Enum: CurrencyEnum

Name Value
SLL "SLL"

Enum: TypeEnum

Name Value
CARD "card"
NOORY "noory"
BANK_ACCOUNT "bank_account"
MOBILE_MONEY "mobile_money"

Enum: IssuerEnum

Name Value
AFRIMONEY "afrimoney"
ORANGEMONEY "orangeMoney"
NOORY "noory"