/// /// PlugpagTransactionResult.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.plugpagnitro import androidx.annotation.Keep import com.facebook.proguard.annotations.DoNotStrip import com.margelo.nitro.core.* /** * Represents the JavaScript object/struct "PlugpagTransactionResult". */ @DoNotStrip @Keep data class PlugpagTransactionResult @DoNotStrip @Keep constructor( @DoNotStrip @Keep val result: ErrorCode, @DoNotStrip @Keep val errorCode: String?, @DoNotStrip @Keep val message: String?, @DoNotStrip @Keep val transactionCode: String?, @DoNotStrip @Keep val transactionId: String?, @DoNotStrip @Keep val hostNsu: String?, @DoNotStrip @Keep val date: String?, @DoNotStrip @Keep val time: String?, @DoNotStrip @Keep val cardBrand: String?, @DoNotStrip @Keep val bin: String?, @DoNotStrip @Keep val holder: String?, @DoNotStrip @Keep val userReference: String?, @DoNotStrip @Keep val terminalSerialNumber: String?, @DoNotStrip @Keep val amount: String?, @DoNotStrip @Keep val availableBalance: String?, @DoNotStrip @Keep val cardApplication: String?, @DoNotStrip @Keep val label: String?, @DoNotStrip @Keep val holderName: String?, @DoNotStrip @Keep val extendedHolderName: String? ) { /* main constructor */ }