Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreditCard ¶
type Payment ¶
type Payment struct { Amount string `json:"amount"` UniqueToken string `json:"unique_token"` CreditCard *CreditCard `json:"credit_card"` }
type PaymentRequest ¶
type PaymentRequest struct {
Payment *Payment `json:"payment"`
}
Click to show internal directories.
Click to hide internal directories.