Skip to content

Commit

Permalink
Add save_card and channel in CreditCardDetail
Browse files Browse the repository at this point in the history
  • Loading branch information
andhikamaheva committed Aug 21, 2018
1 parent 1883d06 commit 7a0c0dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion request.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ type TransactionDetails struct {

// CreditCardDetail : Represent credit card detail
type CreditCardDetail struct {
SaveCard bool `json:"save_card,omitempty"`
Secure bool `json:"secure,omitempty"`
TokenID string `json:"token_id"`
Channel string `json:"channel,omitempty"`
Bank string `json:"bank,omitempty"`
TokenID string `json:"token_id"`
Bins []string `json:"bins,omitempty"`
InstallmentTerm int8 `json:"installment_term,omitempty"`
Type string `json:"type,omitempty"`
Expand Down

0 comments on commit 7a0c0dd

Please sign in to comment.