File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838 BillingAddress * common.Address `json:"billing_address,omitempty"`
3939 Phone * common.Phone `json:"phone,omitempty"`
4040 Stored * bool `json:"stored,omitempty"`
41- StoreForFutureUse bool `json:"store_for_future_use,omitempty"`
41+ StoreForFutureUse * bool `json:"store_for_future_use,omitempty"`
4242 AccountHolder * common.AccountHolder `json:"account_holder,omitempty"`
4343 }
4444
5858 Cryptogram string `json:"cryptogram,omitempty"`
5959 Eci string `json:"eci,omitempty"`
6060 Stored bool `json:"stored"`
61- StoreForFutureUse bool `json:"store_for_future_use,omitempty"`
61+ StoreForFutureUse * bool `json:"store_for_future_use,omitempty"`
6262 Name string `json:"name,omitempty"`
6363 Cvv string `json:"cvv,omitempty"`
6464 BillingAddress * common.Address `json:"billing_address,omitempty"`
You can’t perform that action at this time.
0 commit comments