Interface GetSubscriptionChargesResp

interface GetSubscriptionChargesResp {
    charges: SubscriptionCharge[];
}

Properties

Properties