Plug Pag Payment Data
fun PlugPagPaymentData(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ê.
fun PlugPagPaymentData(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.
fun PlugPagPaymentData(type: Int, amount: Int, installmentType: Int, installments: Int, userReference: String?, printReceipt: Boolean, partialPay: Boolean, isCarne: Boolean)