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