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