Properties
| Name | Type | Required | Description |
|---|---|---|---|
| payload | String | ❌ | Copy and Paste of the QRCode |
| type | PixQrCodeDecodeResponsePixQrCodeType | ❌ | QRCode Type |
| transactionOriginType | PixQrCodeDecodeResponsePixTransactionOriginType | ❌ | Transaction origin |
| pixKey | String | ❌ | Pix key used |
| conciliationIdentifier | String | ❌ | Unique Pix reconciliation identifier with Asaas |
| dueDate | String | ❌ | Due date |
| expirationDate | String | ❌ | Expiration date |
| finality | PixQrCodeDecodeResponsePixTransactionCashValueFinality | ❌ | Used to indicate whether it is a Withdrawal or Change |
| value | Double | ❌ | QRCode Value |
| changeValue | Double | ❌ | Change value |
| interest | Double | ❌ | Interest value |
| fine | Double | ❌ | Fine value |
| discount | Double | ❌ | Discount value |
| totalValue | Double | ❌ | Total amount with fine, interest and discount applied |
| canBePaidWithDifferentValue | Boolean | ❌ | Informs if the QRCode can be paid with another amount |
| canBeModifyChangeValue | Boolean | ❌ | Informs whether the change can be paid with another amount |
| receiver | PixQrCodeDecodeReceiverDto | ❌ | Information about the receiver |
| payer | PixTransactionQrCodePayerResponseDto | ❌ | Information about the payer |
| description | String | ❌ | Description provided during the creation of the QRCode |
| canBePaid | Boolean | ❌ | Informs if the QRCode can be paid |
| cannotBePaidReason | String | ❌ | Informs why QRCode cannot be paid |