@@ -53,7 +53,7 @@ type V2BillingCollectionSettingPaymentMethodOptionsBancontactParams struct {
5353// Configuration options for setting up an eMandate for cards issued in India.
5454type V2BillingCollectionSettingPaymentMethodOptionsCardMandateOptionsParams struct {
5555 // Amount to be charged for future payments.
56- Amount * string `form:"amount" json:"amount,omitempty"`
56+ Amount * int64 `form:"amount" json:"amount,omitempty"`
5757 // The AmountType for the mandate. One of `fixed` or `maximum`.
5858 AmountType * string `form:"amount_type" json:"amount_type,omitempty"`
5959 // A description of the mandate that is meant to be displayed to the customer.
@@ -201,7 +201,7 @@ type V2BillingCollectionSettingCreatePaymentMethodOptionsBancontactParams struct
201201// Configuration options for setting up an eMandate for cards issued in India.
202202type V2BillingCollectionSettingCreatePaymentMethodOptionsCardMandateOptionsParams struct {
203203 // Amount to be charged for future payments.
204- Amount * string `form:"amount" json:"amount,omitempty"`
204+ Amount * int64 `form:"amount" json:"amount,omitempty"`
205205 // The AmountType for the mandate. One of `fixed` or `maximum`.
206206 AmountType * string `form:"amount_type" json:"amount_type,omitempty"`
207207 // A description of the mandate that is meant to be displayed to the customer.
@@ -349,7 +349,7 @@ type V2BillingCollectionSettingUpdatePaymentMethodOptionsBancontactParams struct
349349// Configuration options for setting up an eMandate for cards issued in India.
350350type V2BillingCollectionSettingUpdatePaymentMethodOptionsCardMandateOptionsParams struct {
351351 // Amount to be charged for future payments.
352- Amount * string `form:"amount" json:"amount,omitempty"`
352+ Amount * int64 `form:"amount" json:"amount,omitempty"`
353353 // The AmountType for the mandate. One of `fixed` or `maximum`.
354354 AmountType * string `form:"amount_type" json:"amount_type,omitempty"`
355355 // A description of the mandate that is meant to be displayed to the customer.
0 commit comments