OBJECT
PaymentRequest
Payment request record
link GraphQL Schema definition
- type PaymentRequest {
- # amount of the payment request
- Float :
- # Appraisal of the payment request
- Appraisal :
- # Reference for the destination bank account
- String :
- # Contact of the payment request
- Contact! :
- # Contract of the payment request
- Contract :
- # Payment request ID in Rello's system
- String! :
- # ID of payment request
- ID! :
- # Payment request message
- String! :
- # Payment page url for the payment request
- String! :
- # Payment request payment type
- PaymentOptionsEnum :
- # Property of the payment request
- Property :
- # if the payment request has a receipt saved
- Boolean :
- # Payment request reference
- String! :
- # Associated Rello bank account for the payment request
- RellopayBankAccount :
- # Payment request status
- PaymentRequestStatusesEnum! :
- }