PlugPagPaymentData

constructor(type: Int, amount: Int, installmentType: Int, installments: Int, userReference: String?, printReceipt: Boolean)

Constrói uma instância de PlugPagPaymentData já considerando que não é um pagamento parcial nem do tipo carnê.


constructor(type: Int, amount: Int, installmentType: Int, installments: Int, userReference: String?)

Constrói uma instância de PlugPagPaymentData já considerando que não é um pagamento parcial nem do tipo carnê e que não será impressa a via do estabelecimento.


constructor(    type: Int,     amount: Int,     installmentType: Int,     installments: Int,     userReference: String?,     printReceipt: Boolean,     partialPay: Boolean,     isCarne: Boolean)