FundingRoute: {
    priority: number;
    steps: checkout.FundingStep[];
}

Represents a funding route

Type declaration

  • priority: number

    The priority of the route

  • steps: checkout.FundingStep[]

    The steps associated with this funding route

Generated using TypeDoc