type CollaboratorsDpPayment {
    abacusStatementPeriodId: ID!
    abacusStatementPeriodName: String!
    account: AbacusAccount!
    accountId: ID! @deprecated(reason: "Use account instead")
    accountName: String! @deprecated(reason: "Use account instead")
    agreementType: String!
    amount: Float!
    approvedDate: String
    collaboratorId: ID!
    collaboratorName: String!
    collaboratorTransactionId: ID
    createdDate: String!
    currency: String!
    id: ID!
    latestPayoneerEventReason: String
    payeeId: ID!
    payoneerClientReferenceId: ID!
    payoneerPaymentStatus: DpPayoneerPaymentStatus
    payoneerProgramId: Int!
    payoneerProgramName: String!
}
