Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.03 KB

File metadata and controls

33 lines (18 loc) · 1.03 KB

PixAddress

Properties

Name Type Description Notes
accountHolder AccountHolderDetails [default to undefined]
pixKey string [default to undefined]
keyType string [default to undefined]
bankName string [optional] [default to undefined]
bankCode string [optional] [default to undefined]
qrCode string The QR code to be used for the transfer [optional] [default to undefined]
expirationDate string The expiration date of the QR code [optional] [default to undefined]

Enum: PixAddressKeyTypeEnum

  • Cpf (value: 'CPF')

  • Cnpj (value: 'CNPJ')

  • Email (value: 'EMAIL')

  • Phone (value: 'PHONE')

  • Random (value: 'RANDOM')

[Back to top] [Back to API list] [Back to Model list] [Back to README]