InteroperabilityOptions: {
    country?: string;
    currency: string;
    paymentAmount?: number;
}

Type declaration

  • Optionalcountry?: string
  • currency: string
  • OptionalpaymentAmount?: number