method Attributes
fun methodAttributes(methodAttributes: PaymentCreateParams.PaymentMethodRequestAttributes): PaymentCreateParams.Builder
fun methodAttributes(methodAttributes: JsonField<PaymentCreateParams.PaymentMethodRequestAttributes>): PaymentCreateParams.Builder
Sets Builder.methodAttributes to an arbitrary JSON value.
You should usually call Builder.methodAttributes with a well-typed PaymentMethodRequestAttributes value instead. This method is primarily for setting the field to an undocumented or not yet supported value.