PaymentMethodResult: {
    applicablePaymentMethods?: PaymentMethod[];
} & {
    [key: string]: any;
}