message Category
fun messageCategory(messageCategory: AuthenticationRetrieveResponse.MessageCategory): AuthenticationRetrieveResponse.Builder
Either PAYMENT_AUTHENTICATION or NON_PAYMENT_AUTHENTICATION. For NON_PAYMENT_AUTHENTICATION, additional_data and transaction fields are not populated.
fun messageCategory(messageCategory: JsonField<AuthenticationRetrieveResponse.MessageCategory>): AuthenticationRetrieveResponse.Builder
Sets Builder.messageCategory to an arbitrary JSON value.
You should usually call Builder.messageCategory with a well-typed MessageCategory value instead. This method is primarily for setting the field to an undocumented or not yet supported value.