diff --git a/customer.go b/customer.go index 38b10ae4..293df831 100644 --- a/customer.go +++ b/customer.go @@ -73,6 +73,7 @@ type CustomerRequest struct { CreditCard *CreditCard `xml:"credit-card,omitempty"` PaymentMethodNonce string `xml:"payment-method-nonce,omitempty"` DefaultPaymentMethodToken string `xml:"default_payment_method_token"` + DeviceData string `xml:"device-data,omitempty"` } type CustomerSearchResult struct {