AsObject: {
    currencyCode: string;
    extraInfo: string;
    marketPriceMarginPct: number;
    offerId: string;
    paymentAccountId: string;
    price: string;
    triggerPrice: string;
    useMarketBasedPrice: boolean;
}

Type declaration

  • currencyCode: string
  • extraInfo: string
  • marketPriceMarginPct: number
  • offerId: string
  • paymentAccountId: string
  • price: string
  • triggerPrice: string
  • useMarketBasedPrice: boolean

Generated using TypeDoc