Builder
class Builder
A builder for PaymentMethodRequestAttributes.
Functions
Link copied to clipboard
Sets Builder.addenda to an arbitrary JSON value.
Link copied to clipboard
fun additionalProperties(additionalProperties: Map<String, JsonValue>): PaymentCreateParams.PaymentMethodRequestAttributes.Builder
Link copied to clipboard
Returns an immutable instance of PaymentMethodRequestAttributes.
Link copied to clipboard
Link copied to clipboard
fun putAllAdditionalProperties(additionalProperties: Map<String, JsonValue>): PaymentCreateParams.PaymentMethodRequestAttributes.Builder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun secCode(secCode: JsonField<PaymentCreateParams.PaymentMethodRequestAttributes.SecCode>): PaymentCreateParams.PaymentMethodRequestAttributes.Builder
Sets Builder.secCode to an arbitrary JSON value.