Skip to content

Commit

Permalink
Added bank in BNIBankTransferDetail
Browse files Browse the repository at this point in the history
  • Loading branch information
andhikamaheva committed Aug 21, 2018
1 parent 7a0c0dd commit e954264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions request.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ type PermataBankTransferDetail struct {

// BNIBankTransferDetail : Represent BNI bank_transfer detail
type BNIBankTransferDetail struct {
Bank Bank `json:"bank,omitemtpy"`
VaNumber string `json:"va_number"`
}

Expand Down

0 comments on commit e954264

Please sign in to comment.