diff --git a/payment_method.go b/payment_method.go index a9bf3fa..3b586b5 100644 --- a/payment_method.go +++ b/payment_method.go @@ -20,7 +20,7 @@ type PaymentMethod struct { Created json.Number `json:"created"` Customer string `json:"customer"` AdditionalDetails AdditionalDetails `json:"additional_details"` - BinNumber string `json:"bin_number"` + BinNumber int `json:"bin_number"` Vendor string `json:"vendor"` Issuer string `json:"issuer"` CardType string `json:"card_type"`