export type PaypalV2AdditionalData = {
    key: string;
    value: string;
};
