/// /// MerchantInfo.kt /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE. /// https://github.com/mrousavy/nitro /// Copyright © 2025 Marc Rousavy @ Margelo /// package com.margelo.nitro.fawrypay.rnfawrypaysdk import androidx.annotation.Keep import com.facebook.proguard.annotations.DoNotStrip import com.margelo.nitro.core.* /** * Represents the JavaScript object/struct "MerchantInfo". */ @DoNotStrip @Keep data class MerchantInfo @DoNotStrip @Keep constructor( val merchantCode: String, val merchantSecretCode: String?, val merchantRefNum: String ) { /* main constructor */ }