Update Payment Method Request
data class UpdatePaymentMethodRequest(val expMonth: String? = null, val expYear: String? = null, val billing: FrameObjects.BillingAddress? = null)
Request body for updating an existing payment method.
All fields are optional; only provided fields are updated.
Constructors
Link copied to clipboard
constructor(expMonth: String? = null, expYear: String? = null, billing: FrameObjects.BillingAddress? = null)