Type alias OrderNotification

OrderNotification: {
    accountId: string;
    address: string;
    amount: string;
    counterpart: Counterpart;
    currency: string;
    fees: Fee[];
    id: string;
    kind: string;
    memo: string;
    meta: OrderMetadata;
    profile: string;
    rejectedReason: string;
    supportingDocumentId: string;
    totalFee: string;
}

Type declaration

  • accountId: string
  • address: string
  • amount: string
  • counterpart: Counterpart
  • currency: string
  • fees: Fee[]
  • id: string
  • kind: string
  • memo: string
  • meta: OrderMetadata
  • profile: string
  • rejectedReason: string
  • supportingDocumentId: string
  • totalFee: string

Generated using TypeDoc