export interface IPaymentServiceProviderAttributes {
    PaymentServiceProviderId: string;
    PaymentServiceProviderOrderId: string;
}
