merchant
fun merchant(merchant: ThreeDSAuthenticationSimulateParams.Merchant): ThreeDSAuthenticationSimulateParams.SimulateAuthenticationRequest.Builder
Merchant information for the simulated transaction
fun merchant(merchant: JsonField<ThreeDSAuthenticationSimulateParams.Merchant>): ThreeDSAuthenticationSimulateParams.SimulateAuthenticationRequest.Builder
Sets Builder.merchant to an arbitrary JSON value.
You should usually call Builder.merchant with a well-typed Merchant value instead. This method is primarily for setting the field to an undocumented or not yet supported value.