License

Copyright Paysafe 2024. All rights reserved.

interface MerchantCategory {
    id?: string;
    name?: string;
}

Properties

Properties

id?: string
name?: string