interface SofortParams {
    paymentMethodType: "Sofort";
    paymentMethodData: { country: string; billingDetails: BillingDetails };
}

Properties

paymentMethodType: "Sofort"
paymentMethodData: { country: string; billingDetails: BillingDetails }
MMNEPVFCICPMFPCPTTAAATR