The Response for the UnlinkCarrierAccountResponse operation.

UnlinkCarrierAccountResponse

interface UnlinkCarrierAccountResponse {
    isUnlinked?: boolean;
}

Properties

Properties

isUnlinked?: boolean

Is Carrier unlinked from Merchant

UnlinkCarrierAccountResponse