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