interface PaymentDetailsModifier {
    additionalDisplayItems?: PaymentItem[];
    data?: any;
    supportedMethods: string;
    total?: PaymentItem;
}

Properties

additionalDisplayItems?: PaymentItem[]
data?: any
supportedMethods: string
total?: PaymentItem

Generated using TypeDoc