link GraphQL Schema definition
- type PaymentOperation implements Operation {
- # Operation id, assigned by Horizon
- : String!
- : OperationType!
- # Account on which behalf operation was executed
- : Account!
- # When operations was executed
- : DateTime!
- # Transaction that contains this operation
- : Transaction!
- # Account address that received the payment
- : Account!
- # Asset that was sent to the destination account
- : Asset!
- # Amount of the asset that was sent
- : String!
- }
link Require by
This element is not required by anyone