Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PaymentCurrencyAmount

interface PaymentCurrencyAmount {
currency: string;
value: string;
}

§Properties

§
currency: string
[src]
§
value: string
[src]