merchant
fun merchant(merchant: AuthenticationRetrieveResponse.Merchant): AuthenticationRetrieveResponse.Builder
Object containing data about the merchant involved in the e-commerce transaction.
fun merchant(merchant: JsonField<AuthenticationRetrieveResponse.Merchant>): AuthenticationRetrieveResponse.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.