TravelRuleInfoInput
No description
input TravelRuleInfoInput {
name: String
accountId: String
customerId: String
isCaller: Boolean!
vasp: VaspInfoInput
}
Fields
TravelRuleInfoInput.name ● String scalar
The name of the originator
TravelRuleInfoInput.accountId ● String scalar
The account ID of the originator
TravelRuleInfoInput.customerId ● String scalar
The customer ID of the originator If value >= 1000 EUR, an additional identifier for customer is required
TravelRuleInfoInput.isCaller ● Boolean! non-null scalar
True means the Organisation is the originator/beneficiary (depending on transfer direction of SENT/RECEIVED respectively) False means that the originator/beneficiary is the User's Organisation is acting as an intermediary OR its an unrelated 3rd party. (depending on the transfer direction)
TravelRuleInfoInput.vasp ● VaspInfoInput input
The VASP (virtual asset service provider) information
Member Of
TransferInput input