Merge pull request #28 from seriallink/master

Added the external_customer_id property
This commit is contained in:
Aliaksandr Pliutau 2017-07-06 15:14:40 +07:00 committed by GitHub
commit f9536247c0

View File

@ -119,6 +119,7 @@ type (
CreditCard struct { CreditCard struct {
ID string `json:"id,omitempty"` ID string `json:"id,omitempty"`
PayerID string `json:"payer_id,omitempty"` PayerID string `json:"payer_id,omitempty"`
ExternalCustomerID string `json:"external_customer_id,omitempty"`
Number string `json:"number"` Number string `json:"number"`
Type string `json:"type"` Type string `json:"type"`
ExpireMonth string `json:"expire_month"` ExpireMonth string `json:"expire_month"`