UserBankAccountPayerConstraints
The user and account that is allowed to initiate the payment.
type UserBankAccountPayerConstraints {
accountId: ID!
userId: ID!
}
The user and account that is allowed to initiate the payment.
type UserBankAccountPayerConstraints {
accountId: ID!
userId: ID!
}
UserBankAccountPayerConstraints.accountId ● ID! non-null scalarUserBankAccountPayerConstraints.userId ● ID! non-null scalar