Interface CommissionConfigurationResponse

Object with information related to the commission charge configured for a specific merchant

Hierarchy

  • CommissionConfigurationResponse

Properties

amount: {
    currency: "USD" | "COP" | "CLP" | "UF" | "PEN" | "MXN" | "CRC" | "GTQ" | "HNL" | "NIO" | "BRL" | "PAB";
    iva: number;
    subtotalIva: number;
    subtotalIva0: number;
}

Type declaration

  • currency: "USD" | "COP" | "CLP" | "UF" | "PEN" | "MXN" | "CRC" | "GTQ" | "HNL" | "NIO" | "BRL" | "PAB"
  • iva: number
  • subtotalIva: number
  • subtotalIva0: number
commissionMerchantName: string
merchantId: string
parentMerchantName: string
totalAmount: number

Generated using TypeDoc