diff --git a/customer.go b/customer.go index c6a7061589..fd8f8a8fdd 100644 --- a/customer.go +++ b/customer.go @@ -33,6 +33,7 @@ type CustomerParams struct { Email *string `form:"email"` InvoicePrefix *string `form:"invoice_prefix"` InvoiceSettings *CustomerInvoiceSettingsParams `form:"invoice_settings"` + PaymentMethod *string `form:"payment_method"` Plan *string `form:"plan"` Quantity *int64 `form:"quantity"` Shipping *CustomerShippingDetailsParams `form:"shipping"`