Type alias GetPaymentByIdRequest

GetPaymentByIdRequest: {
    assetAccountId: string;
    paymentId: string;
}

Type declaration

  • assetAccountId: string
  • paymentId: string

Generated using TypeDoc