Documentation
¶
Index ¶
- type Napas
- func (n *Napas) Amount(v string) *Napas
- func (n *Napas) Bank(bin string, accountNumber string) *Napas
- func (n *Napas) City(v string) *Napas
- func (n *Napas) Country(v string) *Napas
- func (n *Napas) Dynamic() *Napas
- func (n *Napas) Generate() (string, error)
- func (n *Napas) Info(v string) *Napas
- func (n *Napas) Payload() string
- func (n *Napas) Receiver(v string) *Napas
- func (n *Napas) ReceiverName(v string) *Napas
- func (n *Napas) Service(v string) *Napas
- func (n *Napas) Static() *Napas
- func (n *Napas) ToAccount() *Napas
- func (n *Napas) ToCard() *Napas
- func (n *Napas) Validate() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Napas ¶
type Napas struct {
Bin string `json:"bin"`
AccountNumber string `json:"account_number"`
AmountVal string `json:"amount"`
AddInfo string `json:"add_info"`
CountryCode string `json:"country_code"`
Method string `json:"method"`
ServiceCode string `json:"service_code"`
MerchantName string `json:"merchant_name"`
MerchantCity string `json:"merchant_city"`
}
func (*Napas) ReceiverName ¶
Click to show internal directories.
Click to hide internal directories.