stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostIssuingCardholdersCardholder

Description

Contains the different functions to run the operation postIssuingCardholdersCardholder

Synopsis

Documentation

postIssuingCardholdersCardholder Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

cardholder | Constraints: Maximum length of 5000

-> Maybe PostIssuingCardholdersCardholderRequestBody

The request body to send

-> StripeT m (Response PostIssuingCardholdersCardholderResponse)

Monadic computation which returns the result of the operation

POST /v1/issuing/cardholders/{cardholder}

<p>Updates the specified Issuing <code>Cardholder</code> object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.</p>

data PostIssuingCardholdersCardholderRequestBody Source #

Defines the object schema located at paths./v1/issuing/cardholders/{cardholder}.POST.requestBody.content.application/x-www-form-urlencoded.schema in the specification.

Constructors

PostIssuingCardholdersCardholderRequestBody 

Fields

data PostIssuingCardholdersCardholderRequestBodyBilling' Source #

Defines the object schema located at paths./v1/issuing/cardholders/{cardholder}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.billing in the specification.

The cardholder's billing address.

Instances

Instances details
Eq PostIssuingCardholdersCardholderRequestBodyBilling' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

Show PostIssuingCardholdersCardholderRequestBodyBilling' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

ToJSON PostIssuingCardholdersCardholderRequestBodyBilling' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

FromJSON PostIssuingCardholdersCardholderRequestBodyBilling' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

data PostIssuingCardholdersCardholderRequestBodyBilling'Address' Source #

Defines the object schema located at paths./v1/issuing/cardholders/{cardholder}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.billing.properties.address in the specification.

Instances

Instances details
Eq PostIssuingCardholdersCardholderRequestBodyBilling'Address' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

Show PostIssuingCardholdersCardholderRequestBodyBilling'Address' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

ToJSON PostIssuingCardholdersCardholderRequestBodyBilling'Address' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

FromJSON PostIssuingCardholdersCardholderRequestBodyBilling'Address' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

data PostIssuingCardholdersCardholderRequestBodyCompany' Source #

Defines the object schema located at paths./v1/issuing/cardholders/{cardholder}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.company in the specification.

Additional information about a `company` cardholder.

Instances

Instances details
Eq PostIssuingCardholdersCardholderRequestBodyCompany' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

Show PostIssuingCardholdersCardholderRequestBodyCompany' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

ToJSON PostIssuingCardholdersCardholderRequestBodyCompany' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

FromJSON PostIssuingCardholdersCardholderRequestBodyCompany' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

data PostIssuingCardholdersCardholderRequestBodyIndividual' Source #

Defines the object schema located at paths./v1/issuing/cardholders/{cardholder}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual in the specification.

Additional information about an `individual` cardholder.

Instances

Instances details
Eq PostIssuingCardholdersCardholderRequestBodyIndividual' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

Show PostIssuingCardholdersCardholderRequestBodyIndividual' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

ToJSON PostIssuingCardholdersCardholderRequestBodyIndividual' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

FromJSON PostIssuingCardholdersCardholderRequestBodyIndividual' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

data PostIssuingCardholdersCardholderRequestBodyIndividual'Dob' Source #

Defines the object schema located at paths./v1/issuing/cardholders/{cardholder}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.dob in the specification.

Instances

Instances details
Eq PostIssuingCardholdersCardholderRequestBodyIndividual'Dob' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

Show PostIssuingCardholdersCardholderRequestBodyIndividual'Dob' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

ToJSON PostIssuingCardholdersCardholderRequestBodyIndividual'Dob' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

FromJSON PostIssuingCardholdersCardholderRequestBodyIndividual'Dob' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

data PostIssuingCardholdersCardholderRequestBodyIndividual'Verification' Source #

Defines the object schema located at paths./v1/issuing/cardholders/{cardholder}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.verification in the specification.

Instances

Instances details
Eq PostIssuingCardholdersCardholderRequestBodyIndividual'Verification' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

Show PostIssuingCardholdersCardholderRequestBodyIndividual'Verification' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

ToJSON PostIssuingCardholdersCardholderRequestBodyIndividual'Verification' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

FromJSON PostIssuingCardholdersCardholderRequestBodyIndividual'Verification' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

data PostIssuingCardholdersCardholderRequestBodyIndividual'Verification'Document' Source #

Defines the object schema located at paths./v1/issuing/cardholders/{cardholder}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.verification.properties.document in the specification.

Instances

Instances details
Eq PostIssuingCardholdersCardholderRequestBodyIndividual'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

Show PostIssuingCardholdersCardholderRequestBodyIndividual'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

ToJSON PostIssuingCardholdersCardholderRequestBodyIndividual'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

FromJSON PostIssuingCardholdersCardholderRequestBodyIndividual'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

data PostIssuingCardholdersCardholderRequestBodySpendingControls' Source #

Defines the object schema located at paths./v1/issuing/cardholders/{cardholder}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.spending_controls in the specification.

Rules that control spending across this cardholder's cards. Refer to our documentation for more details.

Instances

Instances details
Eq PostIssuingCardholdersCardholderRequestBodySpendingControls' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

Show PostIssuingCardholdersCardholderRequestBodySpendingControls' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

ToJSON PostIssuingCardholdersCardholderRequestBodySpendingControls' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

FromJSON PostIssuingCardholdersCardholderRequestBodySpendingControls' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

data PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories' Source #

Defines the enum schema located at paths./v1/issuing/cardholders/{cardholder}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.spending_controls.properties.allowed_categories.items in the specification.

Constructors

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAcRefrigerationRepair

Represents the JSON value "ac_refrigeration_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAccountingBookkeepingServices

Represents the JSON value "accounting_bookkeeping_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAdvertisingServices

Represents the JSON value "advertising_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAgriculturalCooperative

Represents the JSON value "agricultural_cooperative"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAirlinesAirCarriers

Represents the JSON value "airlines_air_carriers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAirportsFlyingFields

Represents the JSON value "airports_flying_fields"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAmbulanceServices

Represents the JSON value "ambulance_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAmusementParksCarnivals

Represents the JSON value "amusement_parks_carnivals"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAntiqueReproductions

Represents the JSON value "antique_reproductions"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAntiqueShops

Represents the JSON value "antique_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAquariums

Represents the JSON value "aquariums"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumArchitecturalSurveyingServices

Represents the JSON value "architectural_surveying_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumArtDealersAndGalleries

Represents the JSON value "art_dealers_and_galleries"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumArtistsSupplyAndCraftShops

Represents the JSON value "artists_supply_and_craft_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAutoAndHomeSupplyStores

Represents the JSON value "auto_and_home_supply_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAutoBodyRepairShops

Represents the JSON value "auto_body_repair_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAutoPaintShops

Represents the JSON value "auto_paint_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAutoServiceShops

Represents the JSON value "auto_service_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAutomatedCashDisburse

Represents the JSON value "automated_cash_disburse"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAutomatedFuelDispensers

Represents the JSON value "automated_fuel_dispensers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAutomobileAssociations

Represents the JSON value "automobile_associations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAutomotivePartsAndAccessoriesStores

Represents the JSON value "automotive_parts_and_accessories_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumAutomotiveTireStores

Represents the JSON value "automotive_tire_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumBailAndBondPayments

Represents the JSON value "bail_and_bond_payments"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumBakeries

Represents the JSON value "bakeries"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumBandsOrchestras

Represents the JSON value "bands_orchestras"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumBarberAndBeautyShops

Represents the JSON value "barber_and_beauty_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumBettingCasinoGambling

Represents the JSON value "betting_casino_gambling"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumBicycleShops

Represents the JSON value "bicycle_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumBilliardPoolEstablishments

Represents the JSON value "billiard_pool_establishments"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumBoatDealers

Represents the JSON value "boat_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumBoatRentalsAndLeases

Represents the JSON value "boat_rentals_and_leases"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumBookStores

Represents the JSON value "book_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumBooksPeriodicalsAndNewspapers

Represents the JSON value "books_periodicals_and_newspapers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumBowlingAlleys

Represents the JSON value "bowling_alleys"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumBusLines

Represents the JSON value "bus_lines"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumBusinessSecretarialSchools

Represents the JSON value "business_secretarial_schools"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumBuyingShoppingServices

Represents the JSON value "buying_shopping_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCableSatelliteAndOtherPayTelevisionAndRadio

Represents the JSON value "cable_satellite_and_other_pay_television_and_radio"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCameraAndPhotographicSupplyStores

Represents the JSON value "camera_and_photographic_supply_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCandyNutAndConfectioneryStores

Represents the JSON value "candy_nut_and_confectionery_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCarAndTruckDealersNewUsed

Represents the JSON value "car_and_truck_dealers_new_used"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCarAndTruckDealersUsedOnly

Represents the JSON value "car_and_truck_dealers_used_only"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCarRentalAgencies

Represents the JSON value "car_rental_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCarWashes

Represents the JSON value "car_washes"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCarpentryServices

Represents the JSON value "carpentry_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCarpetUpholsteryCleaning

Represents the JSON value "carpet_upholstery_cleaning"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCaterers

Represents the JSON value "caterers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCharitableAndSocialServiceOrganizationsFundraising

Represents the JSON value "charitable_and_social_service_organizations_fundraising"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumChemicalsAndAlliedProducts

Represents the JSON value "chemicals_and_allied_products"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumChildCareServices

Represents the JSON value "child_care_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumChildrensAndInfantsWearStores

Represents the JSON value "childrens_and_infants_wear_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumChiropodistsPodiatrists

Represents the JSON value "chiropodists_podiatrists"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumChiropractors

Represents the JSON value "chiropractors"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCigarStoresAndStands

Represents the JSON value "cigar_stores_and_stands"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCivicSocialFraternalAssociations

Represents the JSON value "civic_social_fraternal_associations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCleaningAndMaintenance

Represents the JSON value "cleaning_and_maintenance"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumClothingRental

Represents the JSON value "clothing_rental"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCollegesUniversities

Represents the JSON value "colleges_universities"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCommercialEquipment

Represents the JSON value "commercial_equipment"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCommercialFootwear

Represents the JSON value "commercial_footwear"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCommercialPhotographyArtAndGraphics

Represents the JSON value "commercial_photography_art_and_graphics"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCommuterTransportAndFerries

Represents the JSON value "commuter_transport_and_ferries"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumComputerNetworkServices

Represents the JSON value "computer_network_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumComputerProgramming

Represents the JSON value "computer_programming"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumComputerRepair

Represents the JSON value "computer_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumComputerSoftwareStores

Represents the JSON value "computer_software_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumComputersPeripheralsAndSoftware

Represents the JSON value "computers_peripherals_and_software"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumConcreteWorkServices

Represents the JSON value "concrete_work_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumConstructionMaterials

Represents the JSON value "construction_materials"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumConsultingPublicRelations

Represents the JSON value "consulting_public_relations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCorrespondenceSchools

Represents the JSON value "correspondence_schools"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCosmeticStores

Represents the JSON value "cosmetic_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCounselingServices

Represents the JSON value "counseling_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCountryClubs

Represents the JSON value "country_clubs"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCourierServices

Represents the JSON value "courier_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCourtCosts

Represents the JSON value "court_costs"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCreditReportingAgencies

Represents the JSON value "credit_reporting_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumCruiseLines

Represents the JSON value "cruise_lines"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDairyProductsStores

Represents the JSON value "dairy_products_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDanceHallStudiosSchools

Represents the JSON value "dance_hall_studios_schools"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDatingEscortServices

Represents the JSON value "dating_escort_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDentistsOrthodontists

Represents the JSON value "dentists_orthodontists"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDepartmentStores

Represents the JSON value "department_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDetectiveAgencies

Represents the JSON value "detective_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDigitalGoodsApplications

Represents the JSON value "digital_goods_applications"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDigitalGoodsGames

Represents the JSON value "digital_goods_games"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDigitalGoodsLargeVolume

Represents the JSON value "digital_goods_large_volume"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDigitalGoodsMedia

Represents the JSON value "digital_goods_media"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDirectMarketingCatalogMerchant

Represents the JSON value "direct_marketing_catalog_merchant"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDirectMarketingCombinationCatalogAndRetailMerchant

Represents the JSON value "direct_marketing_combination_catalog_and_retail_merchant"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDirectMarketingInboundTelemarketing

Represents the JSON value "direct_marketing_inbound_telemarketing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDirectMarketingInsuranceServices

Represents the JSON value "direct_marketing_insurance_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDirectMarketingOther

Represents the JSON value "direct_marketing_other"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDirectMarketingOutboundTelemarketing

Represents the JSON value "direct_marketing_outbound_telemarketing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDirectMarketingSubscription

Represents the JSON value "direct_marketing_subscription"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDirectMarketingTravel

Represents the JSON value "direct_marketing_travel"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDiscountStores

Represents the JSON value "discount_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDoctors

Represents the JSON value "doctors"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDoorToDoorSales

Represents the JSON value "door_to_door_sales"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDraperyWindowCoveringAndUpholsteryStores

Represents the JSON value "drapery_window_covering_and_upholstery_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDrinkingPlaces

Represents the JSON value "drinking_places"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDrugStoresAndPharmacies

Represents the JSON value "drug_stores_and_pharmacies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDrugsDrugProprietariesAndDruggistSundries

Represents the JSON value "drugs_drug_proprietaries_and_druggist_sundries"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDryCleaners

Represents the JSON value "dry_cleaners"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDurableGoods

Represents the JSON value "durable_goods"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumDutyFreeStores

Represents the JSON value "duty_free_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumEatingPlacesRestaurants

Represents the JSON value "eating_places_restaurants"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumEducationalServices

Represents the JSON value "educational_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumElectricRazorStores

Represents the JSON value "electric_razor_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumElectricalPartsAndEquipment

Represents the JSON value "electrical_parts_and_equipment"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumElectricalServices

Represents the JSON value "electrical_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumElectronicsRepairShops

Represents the JSON value "electronics_repair_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumElectronicsStores

Represents the JSON value "electronics_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumElementarySecondarySchools

Represents the JSON value "elementary_secondary_schools"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumEmploymentTempAgencies

Represents the JSON value "employment_temp_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumEquipmentRental

Represents the JSON value "equipment_rental"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumExterminatingServices

Represents the JSON value "exterminating_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumFamilyClothingStores

Represents the JSON value "family_clothing_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumFastFoodRestaurants

Represents the JSON value "fast_food_restaurants"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumFinancialInstitutions

Represents the JSON value "financial_institutions"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumFinesGovernmentAdministrativeEntities

Represents the JSON value "fines_government_administrative_entities"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumFireplaceFireplaceScreensAndAccessoriesStores

Represents the JSON value "fireplace_fireplace_screens_and_accessories_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumFloorCoveringStores

Represents the JSON value "floor_covering_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumFlorists

Represents the JSON value "florists"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumFloristsSuppliesNurseryStockAndFlowers

Represents the JSON value "florists_supplies_nursery_stock_and_flowers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumFreezerAndLockerMeatProvisioners

Represents the JSON value "freezer_and_locker_meat_provisioners"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumFuelDealersNonAutomotive

Represents the JSON value "fuel_dealers_non_automotive"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumFuneralServicesCrematories

Represents the JSON value "funeral_services_crematories"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumFurnitureHomeFurnishingsAndEquipmentStoresExceptAppliances

Represents the JSON value "furniture_home_furnishings_and_equipment_stores_except_appliances"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumFurnitureRepairRefinishing

Represents the JSON value "furniture_repair_refinishing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumFurriersAndFurShops

Represents the JSON value "furriers_and_fur_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumGeneralServices

Represents the JSON value "general_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumGiftCardNoveltyAndSouvenirShops

Represents the JSON value "gift_card_novelty_and_souvenir_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumGlassPaintAndWallpaperStores

Represents the JSON value "glass_paint_and_wallpaper_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumGlasswareCrystalStores

Represents the JSON value "glassware_crystal_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumGolfCoursesPublic

Represents the JSON value "golf_courses_public"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumGovernmentServices

Represents the JSON value "government_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumGroceryStoresSupermarkets

Represents the JSON value "grocery_stores_supermarkets"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumHardwareEquipmentAndSupplies

Represents the JSON value "hardware_equipment_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumHardwareStores

Represents the JSON value "hardware_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumHealthAndBeautySpas

Represents the JSON value "health_and_beauty_spas"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumHearingAidsSalesAndSupplies

Represents the JSON value "hearing_aids_sales_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumHeatingPlumbingAC

Represents the JSON value "heating_plumbing_a_c"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumHobbyToyAndGameShops

Represents the JSON value "hobby_toy_and_game_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumHomeSupplyWarehouseStores

Represents the JSON value "home_supply_warehouse_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumHospitals

Represents the JSON value "hospitals"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumHotelsMotelsAndResorts

Represents the JSON value "hotels_motels_and_resorts"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumHouseholdApplianceStores

Represents the JSON value "household_appliance_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumIndustrialSupplies

Represents the JSON value "industrial_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumInformationRetrievalServices

Represents the JSON value "information_retrieval_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumInsuranceDefault

Represents the JSON value "insurance_default"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumInsuranceUnderwritingPremiums

Represents the JSON value "insurance_underwriting_premiums"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumIntraCompanyPurchases

Represents the JSON value "intra_company_purchases"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumJewelryStoresWatchesClocksAndSilverwareStores

Represents the JSON value "jewelry_stores_watches_clocks_and_silverware_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumLandscapingServices

Represents the JSON value "landscaping_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumLaundries

Represents the JSON value "laundries"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumLaundryCleaningServices

Represents the JSON value "laundry_cleaning_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumLegalServicesAttorneys

Represents the JSON value "legal_services_attorneys"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumLuggageAndLeatherGoodsStores

Represents the JSON value "luggage_and_leather_goods_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumLumberBuildingMaterialsStores

Represents the JSON value "lumber_building_materials_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumManualCashDisburse

Represents the JSON value "manual_cash_disburse"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMarinasServiceAndSupplies

Represents the JSON value "marinas_service_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMasonryStoneworkAndPlaster

Represents the JSON value "masonry_stonework_and_plaster"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMassageParlors

Represents the JSON value "massage_parlors"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMedicalAndDentalLabs

Represents the JSON value "medical_and_dental_labs"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMedicalDentalOphthalmicAndHospitalEquipmentAndSupplies

Represents the JSON value "medical_dental_ophthalmic_and_hospital_equipment_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMedicalServices

Represents the JSON value "medical_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMembershipOrganizations

Represents the JSON value "membership_organizations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMensAndBoysClothingAndAccessoriesStores

Represents the JSON value "mens_and_boys_clothing_and_accessories_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMensWomensClothingStores

Represents the JSON value "mens_womens_clothing_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMetalServiceCenters

Represents the JSON value "metal_service_centers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMiscellaneous

Represents the JSON value "miscellaneous"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMiscellaneousApparelAndAccessoryShops

Represents the JSON value "miscellaneous_apparel_and_accessory_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMiscellaneousAutoDealers

Represents the JSON value "miscellaneous_auto_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMiscellaneousBusinessServices

Represents the JSON value "miscellaneous_business_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMiscellaneousFoodStores

Represents the JSON value "miscellaneous_food_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMiscellaneousGeneralMerchandise

Represents the JSON value "miscellaneous_general_merchandise"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMiscellaneousGeneralServices

Represents the JSON value "miscellaneous_general_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMiscellaneousHomeFurnishingSpecialtyStores

Represents the JSON value "miscellaneous_home_furnishing_specialty_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMiscellaneousPublishingAndPrinting

Represents the JSON value "miscellaneous_publishing_and_printing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMiscellaneousRecreationServices

Represents the JSON value "miscellaneous_recreation_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMiscellaneousRepairShops

Represents the JSON value "miscellaneous_repair_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMiscellaneousSpecialtyRetail

Represents the JSON value "miscellaneous_specialty_retail"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMobileHomeDealers

Represents the JSON value "mobile_home_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMotionPictureTheaters

Represents the JSON value "motion_picture_theaters"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMotorFreightCarriersAndTrucking

Represents the JSON value "motor_freight_carriers_and_trucking"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMotorHomesDealers

Represents the JSON value "motor_homes_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMotorVehicleSuppliesAndNewParts

Represents the JSON value "motor_vehicle_supplies_and_new_parts"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMotorcycleShopsAndDealers

Represents the JSON value "motorcycle_shops_and_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMotorcycleShopsDealers

Represents the JSON value "motorcycle_shops_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumMusicStoresMusicalInstrumentsPianosAndSheetMusic

Represents the JSON value "music_stores_musical_instruments_pianos_and_sheet_music"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumNewsDealersAndNewsstands

Represents the JSON value "news_dealers_and_newsstands"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumNonFiMoneyOrders

Represents the JSON value "non_fi_money_orders"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumNonFiStoredValueCardPurchaseLoad

Represents the JSON value "non_fi_stored_value_card_purchase_load"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumNondurableGoods

Represents the JSON value "nondurable_goods"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumNurseriesLawnAndGardenSupplyStores

Represents the JSON value "nurseries_lawn_and_garden_supply_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumNursingPersonalCare

Represents the JSON value "nursing_personal_care"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumOfficeAndCommercialFurniture

Represents the JSON value "office_and_commercial_furniture"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumOpticiansEyeglasses

Represents the JSON value "opticians_eyeglasses"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumOptometristsOphthalmologist

Represents the JSON value "optometrists_ophthalmologist"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumOrthopedicGoodsProstheticDevices

Represents the JSON value "orthopedic_goods_prosthetic_devices"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumOsteopaths

Represents the JSON value "osteopaths"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPackageStoresBeerWineAndLiquor

Represents the JSON value "package_stores_beer_wine_and_liquor"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPaintsVarnishesAndSupplies

Represents the JSON value "paints_varnishes_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumParkingLotsGarages

Represents the JSON value "parking_lots_garages"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPassengerRailways

Represents the JSON value "passenger_railways"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPawnShops

Represents the JSON value "pawn_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPetShopsPetFoodAndSupplies

Represents the JSON value "pet_shops_pet_food_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPetroleumAndPetroleumProducts

Represents the JSON value "petroleum_and_petroleum_products"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPhotoDeveloping

Represents the JSON value "photo_developing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPhotographicPhotocopyMicrofilmEquipmentAndSupplies

Represents the JSON value "photographic_photocopy_microfilm_equipment_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPhotographicStudios

Represents the JSON value "photographic_studios"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPictureVideoProduction

Represents the JSON value "picture_video_production"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPieceGoodsNotionsAndOtherDryGoods

Represents the JSON value "piece_goods_notions_and_other_dry_goods"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPlumbingHeatingEquipmentAndSupplies

Represents the JSON value "plumbing_heating_equipment_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPoliticalOrganizations

Represents the JSON value "political_organizations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPostalServicesGovernmentOnly

Represents the JSON value "postal_services_government_only"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPreciousStonesAndMetalsWatchesAndJewelry

Represents the JSON value "precious_stones_and_metals_watches_and_jewelry"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumProfessionalServices

Represents the JSON value "professional_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumPublicWarehousingAndStorage

Represents the JSON value "public_warehousing_and_storage"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumQuickCopyReproAndBlueprint

Represents the JSON value "quick_copy_repro_and_blueprint"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumRailroads

Represents the JSON value "railroads"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumRealEstateAgentsAndManagersRentals

Represents the JSON value "real_estate_agents_and_managers_rentals"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumRecordStores

Represents the JSON value "record_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumRecreationalVehicleRentals

Represents the JSON value "recreational_vehicle_rentals"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumReligiousGoodsStores

Represents the JSON value "religious_goods_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumReligiousOrganizations

Represents the JSON value "religious_organizations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumRoofingSidingSheetMetal

Represents the JSON value "roofing_siding_sheet_metal"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumSecretarialSupportServices

Represents the JSON value "secretarial_support_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumSecurityBrokersDealers

Represents the JSON value "security_brokers_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumServiceStations

Represents the JSON value "service_stations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumSewingNeedleworkFabricAndPieceGoodsStores

Represents the JSON value "sewing_needlework_fabric_and_piece_goods_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumShoeRepairHatCleaning

Represents the JSON value "shoe_repair_hat_cleaning"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumShoeStores

Represents the JSON value "shoe_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumSmallApplianceRepair

Represents the JSON value "small_appliance_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumSnowmobileDealers

Represents the JSON value "snowmobile_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumSpecialTradeServices

Represents the JSON value "special_trade_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumSpecialtyCleaning

Represents the JSON value "specialty_cleaning"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumSportingGoodsStores

Represents the JSON value "sporting_goods_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumSportingRecreationCamps

Represents the JSON value "sporting_recreation_camps"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumSportsAndRidingApparelStores

Represents the JSON value "sports_and_riding_apparel_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumSportsClubsFields

Represents the JSON value "sports_clubs_fields"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumStampAndCoinStores

Represents the JSON value "stamp_and_coin_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumStationaryOfficeSuppliesPrintingAndWritingPaper

Represents the JSON value "stationary_office_supplies_printing_and_writing_paper"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumStationeryStoresOfficeAndSchoolSupplyStores

Represents the JSON value "stationery_stores_office_and_school_supply_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumSwimmingPoolsSales

Represents the JSON value "swimming_pools_sales"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTUiTravelGermany

Represents the JSON value "t_ui_travel_germany"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTailorsAlterations

Represents the JSON value "tailors_alterations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTaxPaymentsGovernmentAgencies

Represents the JSON value "tax_payments_government_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTaxPreparationServices

Represents the JSON value "tax_preparation_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTaxicabsLimousines

Represents the JSON value "taxicabs_limousines"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTelecommunicationEquipmentAndTelephoneSales

Represents the JSON value "telecommunication_equipment_and_telephone_sales"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTelecommunicationServices

Represents the JSON value "telecommunication_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTelegraphServices

Represents the JSON value "telegraph_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTentAndAwningShops

Represents the JSON value "tent_and_awning_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTestingLaboratories

Represents the JSON value "testing_laboratories"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTheatricalTicketAgencies

Represents the JSON value "theatrical_ticket_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTimeshares

Represents the JSON value "timeshares"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTireRetreadingAndRepair

Represents the JSON value "tire_retreading_and_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTollsBridgeFees

Represents the JSON value "tolls_bridge_fees"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTouristAttractionsAndExhibits

Represents the JSON value "tourist_attractions_and_exhibits"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTowingServices

Represents the JSON value "towing_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTrailerParksCampgrounds

Represents the JSON value "trailer_parks_campgrounds"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTransportationServices

Represents the JSON value "transportation_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTravelAgenciesTourOperators

Represents the JSON value "travel_agencies_tour_operators"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTruckStopIteration

Represents the JSON value "truck_stop_iteration"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTruckUtilityTrailerRentals

Represents the JSON value "truck_utility_trailer_rentals"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTypesettingPlateMakingAndRelatedServices

Represents the JSON value "typesetting_plate_making_and_related_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumTypewriterStores

Represents the JSON value "typewriter_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumUSFederalGovernmentAgenciesOrDepartments

Represents the JSON value "u_s_federal_government_agencies_or_departments"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumUniformsCommercialClothing

Represents the JSON value "uniforms_commercial_clothing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumUsedMerchandiseAndSecondhandStores

Represents the JSON value "used_merchandise_and_secondhand_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumUtilities

Represents the JSON value "utilities"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumVarietyStores

Represents the JSON value "variety_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumVeterinaryServices

Represents the JSON value "veterinary_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumVideoAmusementGameSupplies

Represents the JSON value "video_amusement_game_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumVideoGameArcades

Represents the JSON value "video_game_arcades"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumVideoTapeRentalStores

Represents the JSON value "video_tape_rental_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumVocationalTradeSchools

Represents the JSON value "vocational_trade_schools"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumWatchJewelryRepair

Represents the JSON value "watch_jewelry_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumWeldingRepair

Represents the JSON value "welding_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumWholesaleClubs

Represents the JSON value "wholesale_clubs"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumWigAndToupeeStores

Represents the JSON value "wig_and_toupee_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumWiresMoneyOrders

Represents the JSON value "wires_money_orders"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumWomensAccessoryAndSpecialtyShops

Represents the JSON value "womens_accessory_and_specialty_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumWomensReadyToWearStores

Represents the JSON value "womens_ready_to_wear_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories'EnumWreckingAndSalvageYards

Represents the JSON value "wrecking_and_salvage_yards"

Instances

Instances details
Eq PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

Show PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

ToJSON PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

FromJSON PostIssuingCardholdersCardholderRequestBodySpendingControls'AllowedCategories' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

data PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories' Source #

Defines the enum schema located at paths./v1/issuing/cardholders/{cardholder}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.spending_controls.properties.blocked_categories.items in the specification.

Constructors

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAcRefrigerationRepair

Represents the JSON value "ac_refrigeration_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAccountingBookkeepingServices

Represents the JSON value "accounting_bookkeeping_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAdvertisingServices

Represents the JSON value "advertising_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAgriculturalCooperative

Represents the JSON value "agricultural_cooperative"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAirlinesAirCarriers

Represents the JSON value "airlines_air_carriers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAirportsFlyingFields

Represents the JSON value "airports_flying_fields"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAmbulanceServices

Represents the JSON value "ambulance_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAmusementParksCarnivals

Represents the JSON value "amusement_parks_carnivals"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAntiqueReproductions

Represents the JSON value "antique_reproductions"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAntiqueShops

Represents the JSON value "antique_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAquariums

Represents the JSON value "aquariums"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumArchitecturalSurveyingServices

Represents the JSON value "architectural_surveying_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumArtDealersAndGalleries

Represents the JSON value "art_dealers_and_galleries"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumArtistsSupplyAndCraftShops

Represents the JSON value "artists_supply_and_craft_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAutoAndHomeSupplyStores

Represents the JSON value "auto_and_home_supply_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAutoBodyRepairShops

Represents the JSON value "auto_body_repair_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAutoPaintShops

Represents the JSON value "auto_paint_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAutoServiceShops

Represents the JSON value "auto_service_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAutomatedCashDisburse

Represents the JSON value "automated_cash_disburse"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAutomatedFuelDispensers

Represents the JSON value "automated_fuel_dispensers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAutomobileAssociations

Represents the JSON value "automobile_associations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAutomotivePartsAndAccessoriesStores

Represents the JSON value "automotive_parts_and_accessories_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumAutomotiveTireStores

Represents the JSON value "automotive_tire_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumBailAndBondPayments

Represents the JSON value "bail_and_bond_payments"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumBakeries

Represents the JSON value "bakeries"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumBandsOrchestras

Represents the JSON value "bands_orchestras"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumBarberAndBeautyShops

Represents the JSON value "barber_and_beauty_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumBettingCasinoGambling

Represents the JSON value "betting_casino_gambling"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumBicycleShops

Represents the JSON value "bicycle_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumBilliardPoolEstablishments

Represents the JSON value "billiard_pool_establishments"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumBoatDealers

Represents the JSON value "boat_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumBoatRentalsAndLeases

Represents the JSON value "boat_rentals_and_leases"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumBookStores

Represents the JSON value "book_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumBooksPeriodicalsAndNewspapers

Represents the JSON value "books_periodicals_and_newspapers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumBowlingAlleys

Represents the JSON value "bowling_alleys"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumBusLines

Represents the JSON value "bus_lines"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumBusinessSecretarialSchools

Represents the JSON value "business_secretarial_schools"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumBuyingShoppingServices

Represents the JSON value "buying_shopping_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCableSatelliteAndOtherPayTelevisionAndRadio

Represents the JSON value "cable_satellite_and_other_pay_television_and_radio"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCameraAndPhotographicSupplyStores

Represents the JSON value "camera_and_photographic_supply_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCandyNutAndConfectioneryStores

Represents the JSON value "candy_nut_and_confectionery_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCarAndTruckDealersNewUsed

Represents the JSON value "car_and_truck_dealers_new_used"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCarAndTruckDealersUsedOnly

Represents the JSON value "car_and_truck_dealers_used_only"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCarRentalAgencies

Represents the JSON value "car_rental_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCarWashes

Represents the JSON value "car_washes"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCarpentryServices

Represents the JSON value "carpentry_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCarpetUpholsteryCleaning

Represents the JSON value "carpet_upholstery_cleaning"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCaterers

Represents the JSON value "caterers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCharitableAndSocialServiceOrganizationsFundraising

Represents the JSON value "charitable_and_social_service_organizations_fundraising"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumChemicalsAndAlliedProducts

Represents the JSON value "chemicals_and_allied_products"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumChildCareServices

Represents the JSON value "child_care_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumChildrensAndInfantsWearStores

Represents the JSON value "childrens_and_infants_wear_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumChiropodistsPodiatrists

Represents the JSON value "chiropodists_podiatrists"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumChiropractors

Represents the JSON value "chiropractors"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCigarStoresAndStands

Represents the JSON value "cigar_stores_and_stands"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCivicSocialFraternalAssociations

Represents the JSON value "civic_social_fraternal_associations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCleaningAndMaintenance

Represents the JSON value "cleaning_and_maintenance"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumClothingRental

Represents the JSON value "clothing_rental"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCollegesUniversities

Represents the JSON value "colleges_universities"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCommercialEquipment

Represents the JSON value "commercial_equipment"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCommercialFootwear

Represents the JSON value "commercial_footwear"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCommercialPhotographyArtAndGraphics

Represents the JSON value "commercial_photography_art_and_graphics"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCommuterTransportAndFerries

Represents the JSON value "commuter_transport_and_ferries"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumComputerNetworkServices

Represents the JSON value "computer_network_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumComputerProgramming

Represents the JSON value "computer_programming"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumComputerRepair

Represents the JSON value "computer_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumComputerSoftwareStores

Represents the JSON value "computer_software_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumComputersPeripheralsAndSoftware

Represents the JSON value "computers_peripherals_and_software"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumConcreteWorkServices

Represents the JSON value "concrete_work_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumConstructionMaterials

Represents the JSON value "construction_materials"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumConsultingPublicRelations

Represents the JSON value "consulting_public_relations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCorrespondenceSchools

Represents the JSON value "correspondence_schools"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCosmeticStores

Represents the JSON value "cosmetic_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCounselingServices

Represents the JSON value "counseling_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCountryClubs

Represents the JSON value "country_clubs"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCourierServices

Represents the JSON value "courier_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCourtCosts

Represents the JSON value "court_costs"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCreditReportingAgencies

Represents the JSON value "credit_reporting_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumCruiseLines

Represents the JSON value "cruise_lines"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDairyProductsStores

Represents the JSON value "dairy_products_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDanceHallStudiosSchools

Represents the JSON value "dance_hall_studios_schools"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDatingEscortServices

Represents the JSON value "dating_escort_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDentistsOrthodontists

Represents the JSON value "dentists_orthodontists"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDepartmentStores

Represents the JSON value "department_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDetectiveAgencies

Represents the JSON value "detective_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDigitalGoodsApplications

Represents the JSON value "digital_goods_applications"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDigitalGoodsGames

Represents the JSON value "digital_goods_games"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDigitalGoodsLargeVolume

Represents the JSON value "digital_goods_large_volume"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDigitalGoodsMedia

Represents the JSON value "digital_goods_media"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDirectMarketingCatalogMerchant

Represents the JSON value "direct_marketing_catalog_merchant"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDirectMarketingCombinationCatalogAndRetailMerchant

Represents the JSON value "direct_marketing_combination_catalog_and_retail_merchant"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDirectMarketingInboundTelemarketing

Represents the JSON value "direct_marketing_inbound_telemarketing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDirectMarketingInsuranceServices

Represents the JSON value "direct_marketing_insurance_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDirectMarketingOther

Represents the JSON value "direct_marketing_other"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDirectMarketingOutboundTelemarketing

Represents the JSON value "direct_marketing_outbound_telemarketing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDirectMarketingSubscription

Represents the JSON value "direct_marketing_subscription"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDirectMarketingTravel

Represents the JSON value "direct_marketing_travel"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDiscountStores

Represents the JSON value "discount_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDoctors

Represents the JSON value "doctors"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDoorToDoorSales

Represents the JSON value "door_to_door_sales"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDraperyWindowCoveringAndUpholsteryStores

Represents the JSON value "drapery_window_covering_and_upholstery_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDrinkingPlaces

Represents the JSON value "drinking_places"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDrugStoresAndPharmacies

Represents the JSON value "drug_stores_and_pharmacies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDrugsDrugProprietariesAndDruggistSundries

Represents the JSON value "drugs_drug_proprietaries_and_druggist_sundries"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDryCleaners

Represents the JSON value "dry_cleaners"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDurableGoods

Represents the JSON value "durable_goods"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumDutyFreeStores

Represents the JSON value "duty_free_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumEatingPlacesRestaurants

Represents the JSON value "eating_places_restaurants"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumEducationalServices

Represents the JSON value "educational_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumElectricRazorStores

Represents the JSON value "electric_razor_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumElectricalPartsAndEquipment

Represents the JSON value "electrical_parts_and_equipment"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumElectricalServices

Represents the JSON value "electrical_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumElectronicsRepairShops

Represents the JSON value "electronics_repair_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumElectronicsStores

Represents the JSON value "electronics_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumElementarySecondarySchools

Represents the JSON value "elementary_secondary_schools"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumEmploymentTempAgencies

Represents the JSON value "employment_temp_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumEquipmentRental

Represents the JSON value "equipment_rental"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumExterminatingServices

Represents the JSON value "exterminating_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumFamilyClothingStores

Represents the JSON value "family_clothing_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumFastFoodRestaurants

Represents the JSON value "fast_food_restaurants"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumFinancialInstitutions

Represents the JSON value "financial_institutions"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumFinesGovernmentAdministrativeEntities

Represents the JSON value "fines_government_administrative_entities"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumFireplaceFireplaceScreensAndAccessoriesStores

Represents the JSON value "fireplace_fireplace_screens_and_accessories_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumFloorCoveringStores

Represents the JSON value "floor_covering_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumFlorists

Represents the JSON value "florists"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumFloristsSuppliesNurseryStockAndFlowers

Represents the JSON value "florists_supplies_nursery_stock_and_flowers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumFreezerAndLockerMeatProvisioners

Represents the JSON value "freezer_and_locker_meat_provisioners"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumFuelDealersNonAutomotive

Represents the JSON value "fuel_dealers_non_automotive"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumFuneralServicesCrematories

Represents the JSON value "funeral_services_crematories"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumFurnitureHomeFurnishingsAndEquipmentStoresExceptAppliances

Represents the JSON value "furniture_home_furnishings_and_equipment_stores_except_appliances"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumFurnitureRepairRefinishing

Represents the JSON value "furniture_repair_refinishing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumFurriersAndFurShops

Represents the JSON value "furriers_and_fur_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumGeneralServices

Represents the JSON value "general_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumGiftCardNoveltyAndSouvenirShops

Represents the JSON value "gift_card_novelty_and_souvenir_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumGlassPaintAndWallpaperStores

Represents the JSON value "glass_paint_and_wallpaper_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumGlasswareCrystalStores

Represents the JSON value "glassware_crystal_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumGolfCoursesPublic

Represents the JSON value "golf_courses_public"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumGovernmentServices

Represents the JSON value "government_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumGroceryStoresSupermarkets

Represents the JSON value "grocery_stores_supermarkets"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumHardwareEquipmentAndSupplies

Represents the JSON value "hardware_equipment_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumHardwareStores

Represents the JSON value "hardware_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumHealthAndBeautySpas

Represents the JSON value "health_and_beauty_spas"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumHearingAidsSalesAndSupplies

Represents the JSON value "hearing_aids_sales_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumHeatingPlumbingAC

Represents the JSON value "heating_plumbing_a_c"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumHobbyToyAndGameShops

Represents the JSON value "hobby_toy_and_game_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumHomeSupplyWarehouseStores

Represents the JSON value "home_supply_warehouse_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumHospitals

Represents the JSON value "hospitals"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumHotelsMotelsAndResorts

Represents the JSON value "hotels_motels_and_resorts"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumHouseholdApplianceStores

Represents the JSON value "household_appliance_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumIndustrialSupplies

Represents the JSON value "industrial_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumInformationRetrievalServices

Represents the JSON value "information_retrieval_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumInsuranceDefault

Represents the JSON value "insurance_default"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumInsuranceUnderwritingPremiums

Represents the JSON value "insurance_underwriting_premiums"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumIntraCompanyPurchases

Represents the JSON value "intra_company_purchases"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumJewelryStoresWatchesClocksAndSilverwareStores

Represents the JSON value "jewelry_stores_watches_clocks_and_silverware_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumLandscapingServices

Represents the JSON value "landscaping_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumLaundries

Represents the JSON value "laundries"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumLaundryCleaningServices

Represents the JSON value "laundry_cleaning_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumLegalServicesAttorneys

Represents the JSON value "legal_services_attorneys"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumLuggageAndLeatherGoodsStores

Represents the JSON value "luggage_and_leather_goods_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumLumberBuildingMaterialsStores

Represents the JSON value "lumber_building_materials_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumManualCashDisburse

Represents the JSON value "manual_cash_disburse"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMarinasServiceAndSupplies

Represents the JSON value "marinas_service_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMasonryStoneworkAndPlaster

Represents the JSON value "masonry_stonework_and_plaster"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMassageParlors

Represents the JSON value "massage_parlors"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMedicalAndDentalLabs

Represents the JSON value "medical_and_dental_labs"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMedicalDentalOphthalmicAndHospitalEquipmentAndSupplies

Represents the JSON value "medical_dental_ophthalmic_and_hospital_equipment_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMedicalServices

Represents the JSON value "medical_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMembershipOrganizations

Represents the JSON value "membership_organizations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMensAndBoysClothingAndAccessoriesStores

Represents the JSON value "mens_and_boys_clothing_and_accessories_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMensWomensClothingStores

Represents the JSON value "mens_womens_clothing_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMetalServiceCenters

Represents the JSON value "metal_service_centers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMiscellaneous

Represents the JSON value "miscellaneous"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMiscellaneousApparelAndAccessoryShops

Represents the JSON value "miscellaneous_apparel_and_accessory_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMiscellaneousAutoDealers

Represents the JSON value "miscellaneous_auto_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMiscellaneousBusinessServices

Represents the JSON value "miscellaneous_business_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMiscellaneousFoodStores

Represents the JSON value "miscellaneous_food_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMiscellaneousGeneralMerchandise

Represents the JSON value "miscellaneous_general_merchandise"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMiscellaneousGeneralServices

Represents the JSON value "miscellaneous_general_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMiscellaneousHomeFurnishingSpecialtyStores

Represents the JSON value "miscellaneous_home_furnishing_specialty_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMiscellaneousPublishingAndPrinting

Represents the JSON value "miscellaneous_publishing_and_printing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMiscellaneousRecreationServices

Represents the JSON value "miscellaneous_recreation_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMiscellaneousRepairShops

Represents the JSON value "miscellaneous_repair_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMiscellaneousSpecialtyRetail

Represents the JSON value "miscellaneous_specialty_retail"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMobileHomeDealers

Represents the JSON value "mobile_home_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMotionPictureTheaters

Represents the JSON value "motion_picture_theaters"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMotorFreightCarriersAndTrucking

Represents the JSON value "motor_freight_carriers_and_trucking"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMotorHomesDealers

Represents the JSON value "motor_homes_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMotorVehicleSuppliesAndNewParts

Represents the JSON value "motor_vehicle_supplies_and_new_parts"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMotorcycleShopsAndDealers

Represents the JSON value "motorcycle_shops_and_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMotorcycleShopsDealers

Represents the JSON value "motorcycle_shops_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumMusicStoresMusicalInstrumentsPianosAndSheetMusic

Represents the JSON value "music_stores_musical_instruments_pianos_and_sheet_music"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumNewsDealersAndNewsstands

Represents the JSON value "news_dealers_and_newsstands"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumNonFiMoneyOrders

Represents the JSON value "non_fi_money_orders"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumNonFiStoredValueCardPurchaseLoad

Represents the JSON value "non_fi_stored_value_card_purchase_load"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumNondurableGoods

Represents the JSON value "nondurable_goods"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumNurseriesLawnAndGardenSupplyStores

Represents the JSON value "nurseries_lawn_and_garden_supply_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumNursingPersonalCare

Represents the JSON value "nursing_personal_care"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumOfficeAndCommercialFurniture

Represents the JSON value "office_and_commercial_furniture"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumOpticiansEyeglasses

Represents the JSON value "opticians_eyeglasses"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumOptometristsOphthalmologist

Represents the JSON value "optometrists_ophthalmologist"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumOrthopedicGoodsProstheticDevices

Represents the JSON value "orthopedic_goods_prosthetic_devices"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumOsteopaths

Represents the JSON value "osteopaths"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPackageStoresBeerWineAndLiquor

Represents the JSON value "package_stores_beer_wine_and_liquor"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPaintsVarnishesAndSupplies

Represents the JSON value "paints_varnishes_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumParkingLotsGarages

Represents the JSON value "parking_lots_garages"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPassengerRailways

Represents the JSON value "passenger_railways"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPawnShops

Represents the JSON value "pawn_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPetShopsPetFoodAndSupplies

Represents the JSON value "pet_shops_pet_food_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPetroleumAndPetroleumProducts

Represents the JSON value "petroleum_and_petroleum_products"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPhotoDeveloping

Represents the JSON value "photo_developing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPhotographicPhotocopyMicrofilmEquipmentAndSupplies

Represents the JSON value "photographic_photocopy_microfilm_equipment_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPhotographicStudios

Represents the JSON value "photographic_studios"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPictureVideoProduction

Represents the JSON value "picture_video_production"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPieceGoodsNotionsAndOtherDryGoods

Represents the JSON value "piece_goods_notions_and_other_dry_goods"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPlumbingHeatingEquipmentAndSupplies

Represents the JSON value "plumbing_heating_equipment_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPoliticalOrganizations

Represents the JSON value "political_organizations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPostalServicesGovernmentOnly

Represents the JSON value "postal_services_government_only"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPreciousStonesAndMetalsWatchesAndJewelry

Represents the JSON value "precious_stones_and_metals_watches_and_jewelry"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumProfessionalServices

Represents the JSON value "professional_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumPublicWarehousingAndStorage

Represents the JSON value "public_warehousing_and_storage"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumQuickCopyReproAndBlueprint

Represents the JSON value "quick_copy_repro_and_blueprint"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumRailroads

Represents the JSON value "railroads"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumRealEstateAgentsAndManagersRentals

Represents the JSON value "real_estate_agents_and_managers_rentals"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumRecordStores

Represents the JSON value "record_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumRecreationalVehicleRentals

Represents the JSON value "recreational_vehicle_rentals"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumReligiousGoodsStores

Represents the JSON value "religious_goods_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumReligiousOrganizations

Represents the JSON value "religious_organizations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumRoofingSidingSheetMetal

Represents the JSON value "roofing_siding_sheet_metal"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumSecretarialSupportServices

Represents the JSON value "secretarial_support_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumSecurityBrokersDealers

Represents the JSON value "security_brokers_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumServiceStations

Represents the JSON value "service_stations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumSewingNeedleworkFabricAndPieceGoodsStores

Represents the JSON value "sewing_needlework_fabric_and_piece_goods_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumShoeRepairHatCleaning

Represents the JSON value "shoe_repair_hat_cleaning"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumShoeStores

Represents the JSON value "shoe_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumSmallApplianceRepair

Represents the JSON value "small_appliance_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumSnowmobileDealers

Represents the JSON value "snowmobile_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumSpecialTradeServices

Represents the JSON value "special_trade_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumSpecialtyCleaning

Represents the JSON value "specialty_cleaning"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumSportingGoodsStores

Represents the JSON value "sporting_goods_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumSportingRecreationCamps

Represents the JSON value "sporting_recreation_camps"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumSportsAndRidingApparelStores

Represents the JSON value "sports_and_riding_apparel_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumSportsClubsFields

Represents the JSON value "sports_clubs_fields"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumStampAndCoinStores

Represents the JSON value "stamp_and_coin_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumStationaryOfficeSuppliesPrintingAndWritingPaper

Represents the JSON value "stationary_office_supplies_printing_and_writing_paper"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumStationeryStoresOfficeAndSchoolSupplyStores

Represents the JSON value "stationery_stores_office_and_school_supply_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumSwimmingPoolsSales

Represents the JSON value "swimming_pools_sales"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTUiTravelGermany

Represents the JSON value "t_ui_travel_germany"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTailorsAlterations

Represents the JSON value "tailors_alterations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTaxPaymentsGovernmentAgencies

Represents the JSON value "tax_payments_government_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTaxPreparationServices

Represents the JSON value "tax_preparation_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTaxicabsLimousines

Represents the JSON value "taxicabs_limousines"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTelecommunicationEquipmentAndTelephoneSales

Represents the JSON value "telecommunication_equipment_and_telephone_sales"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTelecommunicationServices

Represents the JSON value "telecommunication_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTelegraphServices

Represents the JSON value "telegraph_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTentAndAwningShops

Represents the JSON value "tent_and_awning_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTestingLaboratories

Represents the JSON value "testing_laboratories"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTheatricalTicketAgencies

Represents the JSON value "theatrical_ticket_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTimeshares

Represents the JSON value "timeshares"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTireRetreadingAndRepair

Represents the JSON value "tire_retreading_and_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTollsBridgeFees

Represents the JSON value "tolls_bridge_fees"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTouristAttractionsAndExhibits

Represents the JSON value "tourist_attractions_and_exhibits"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTowingServices

Represents the JSON value "towing_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTrailerParksCampgrounds

Represents the JSON value "trailer_parks_campgrounds"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTransportationServices

Represents the JSON value "transportation_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTravelAgenciesTourOperators

Represents the JSON value "travel_agencies_tour_operators"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTruckStopIteration

Represents the JSON value "truck_stop_iteration"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTruckUtilityTrailerRentals

Represents the JSON value "truck_utility_trailer_rentals"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTypesettingPlateMakingAndRelatedServices

Represents the JSON value "typesetting_plate_making_and_related_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumTypewriterStores

Represents the JSON value "typewriter_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumUSFederalGovernmentAgenciesOrDepartments

Represents the JSON value "u_s_federal_government_agencies_or_departments"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumUniformsCommercialClothing

Represents the JSON value "uniforms_commercial_clothing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumUsedMerchandiseAndSecondhandStores

Represents the JSON value "used_merchandise_and_secondhand_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumUtilities

Represents the JSON value "utilities"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumVarietyStores

Represents the JSON value "variety_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumVeterinaryServices

Represents the JSON value "veterinary_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumVideoAmusementGameSupplies

Represents the JSON value "video_amusement_game_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumVideoGameArcades

Represents the JSON value "video_game_arcades"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumVideoTapeRentalStores

Represents the JSON value "video_tape_rental_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumVocationalTradeSchools

Represents the JSON value "vocational_trade_schools"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumWatchJewelryRepair

Represents the JSON value "watch_jewelry_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumWeldingRepair

Represents the JSON value "welding_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumWholesaleClubs

Represents the JSON value "wholesale_clubs"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumWigAndToupeeStores

Represents the JSON value "wig_and_toupee_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumWiresMoneyOrders

Represents the JSON value "wires_money_orders"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumWomensAccessoryAndSpecialtyShops

Represents the JSON value "womens_accessory_and_specialty_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumWomensReadyToWearStores

Represents the JSON value "womens_ready_to_wear_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories'EnumWreckingAndSalvageYards

Represents the JSON value "wrecking_and_salvage_yards"

Instances

Instances details
Eq PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

Show PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

ToJSON PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

FromJSON PostIssuingCardholdersCardholderRequestBodySpendingControls'BlockedCategories' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

data PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits' Source #

Defines the object schema located at paths./v1/issuing/cardholders/{cardholder}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.spending_controls.properties.spending_limits.items in the specification.

Instances

Instances details
Eq PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

Show PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

ToJSON PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

FromJSON PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

data PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories' Source #

Defines the enum schema located at paths./v1/issuing/cardholders/{cardholder}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.spending_controls.properties.spending_limits.items.properties.categories.items in the specification.

Constructors

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAcRefrigerationRepair

Represents the JSON value "ac_refrigeration_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAccountingBookkeepingServices

Represents the JSON value "accounting_bookkeeping_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAdvertisingServices

Represents the JSON value "advertising_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAgriculturalCooperative

Represents the JSON value "agricultural_cooperative"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAirlinesAirCarriers

Represents the JSON value "airlines_air_carriers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAirportsFlyingFields

Represents the JSON value "airports_flying_fields"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAmbulanceServices

Represents the JSON value "ambulance_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAmusementParksCarnivals

Represents the JSON value "amusement_parks_carnivals"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAntiqueReproductions

Represents the JSON value "antique_reproductions"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAntiqueShops

Represents the JSON value "antique_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAquariums

Represents the JSON value "aquariums"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumArchitecturalSurveyingServices

Represents the JSON value "architectural_surveying_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumArtDealersAndGalleries

Represents the JSON value "art_dealers_and_galleries"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumArtistsSupplyAndCraftShops

Represents the JSON value "artists_supply_and_craft_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAutoAndHomeSupplyStores

Represents the JSON value "auto_and_home_supply_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAutoBodyRepairShops

Represents the JSON value "auto_body_repair_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAutoPaintShops

Represents the JSON value "auto_paint_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAutoServiceShops

Represents the JSON value "auto_service_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAutomatedCashDisburse

Represents the JSON value "automated_cash_disburse"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAutomatedFuelDispensers

Represents the JSON value "automated_fuel_dispensers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAutomobileAssociations

Represents the JSON value "automobile_associations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAutomotivePartsAndAccessoriesStores

Represents the JSON value "automotive_parts_and_accessories_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumAutomotiveTireStores

Represents the JSON value "automotive_tire_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumBailAndBondPayments

Represents the JSON value "bail_and_bond_payments"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumBakeries

Represents the JSON value "bakeries"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumBandsOrchestras

Represents the JSON value "bands_orchestras"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumBarberAndBeautyShops

Represents the JSON value "barber_and_beauty_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumBettingCasinoGambling

Represents the JSON value "betting_casino_gambling"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumBicycleShops

Represents the JSON value "bicycle_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumBilliardPoolEstablishments

Represents the JSON value "billiard_pool_establishments"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumBoatDealers

Represents the JSON value "boat_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumBoatRentalsAndLeases

Represents the JSON value "boat_rentals_and_leases"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumBookStores

Represents the JSON value "book_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumBooksPeriodicalsAndNewspapers

Represents the JSON value "books_periodicals_and_newspapers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumBowlingAlleys

Represents the JSON value "bowling_alleys"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumBusLines

Represents the JSON value "bus_lines"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumBusinessSecretarialSchools

Represents the JSON value "business_secretarial_schools"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumBuyingShoppingServices

Represents the JSON value "buying_shopping_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCableSatelliteAndOtherPayTelevisionAndRadio

Represents the JSON value "cable_satellite_and_other_pay_television_and_radio"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCameraAndPhotographicSupplyStores

Represents the JSON value "camera_and_photographic_supply_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCandyNutAndConfectioneryStores

Represents the JSON value "candy_nut_and_confectionery_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCarAndTruckDealersNewUsed

Represents the JSON value "car_and_truck_dealers_new_used"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCarAndTruckDealersUsedOnly

Represents the JSON value "car_and_truck_dealers_used_only"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCarRentalAgencies

Represents the JSON value "car_rental_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCarWashes

Represents the JSON value "car_washes"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCarpentryServices

Represents the JSON value "carpentry_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCarpetUpholsteryCleaning

Represents the JSON value "carpet_upholstery_cleaning"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCaterers

Represents the JSON value "caterers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCharitableAndSocialServiceOrganizationsFundraising

Represents the JSON value "charitable_and_social_service_organizations_fundraising"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumChemicalsAndAlliedProducts

Represents the JSON value "chemicals_and_allied_products"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumChildCareServices

Represents the JSON value "child_care_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumChildrensAndInfantsWearStores

Represents the JSON value "childrens_and_infants_wear_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumChiropodistsPodiatrists

Represents the JSON value "chiropodists_podiatrists"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumChiropractors

Represents the JSON value "chiropractors"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCigarStoresAndStands

Represents the JSON value "cigar_stores_and_stands"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCivicSocialFraternalAssociations

Represents the JSON value "civic_social_fraternal_associations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCleaningAndMaintenance

Represents the JSON value "cleaning_and_maintenance"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumClothingRental

Represents the JSON value "clothing_rental"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCollegesUniversities

Represents the JSON value "colleges_universities"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCommercialEquipment

Represents the JSON value "commercial_equipment"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCommercialFootwear

Represents the JSON value "commercial_footwear"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCommercialPhotographyArtAndGraphics

Represents the JSON value "commercial_photography_art_and_graphics"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCommuterTransportAndFerries

Represents the JSON value "commuter_transport_and_ferries"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumComputerNetworkServices

Represents the JSON value "computer_network_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumComputerProgramming

Represents the JSON value "computer_programming"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumComputerRepair

Represents the JSON value "computer_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumComputerSoftwareStores

Represents the JSON value "computer_software_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumComputersPeripheralsAndSoftware

Represents the JSON value "computers_peripherals_and_software"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumConcreteWorkServices

Represents the JSON value "concrete_work_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumConstructionMaterials

Represents the JSON value "construction_materials"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumConsultingPublicRelations

Represents the JSON value "consulting_public_relations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCorrespondenceSchools

Represents the JSON value "correspondence_schools"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCosmeticStores

Represents the JSON value "cosmetic_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCounselingServices

Represents the JSON value "counseling_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCountryClubs

Represents the JSON value "country_clubs"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCourierServices

Represents the JSON value "courier_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCourtCosts

Represents the JSON value "court_costs"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCreditReportingAgencies

Represents the JSON value "credit_reporting_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumCruiseLines

Represents the JSON value "cruise_lines"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDairyProductsStores

Represents the JSON value "dairy_products_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDanceHallStudiosSchools

Represents the JSON value "dance_hall_studios_schools"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDatingEscortServices

Represents the JSON value "dating_escort_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDentistsOrthodontists

Represents the JSON value "dentists_orthodontists"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDepartmentStores

Represents the JSON value "department_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDetectiveAgencies

Represents the JSON value "detective_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDigitalGoodsApplications

Represents the JSON value "digital_goods_applications"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDigitalGoodsGames

Represents the JSON value "digital_goods_games"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDigitalGoodsLargeVolume

Represents the JSON value "digital_goods_large_volume"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDigitalGoodsMedia

Represents the JSON value "digital_goods_media"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDirectMarketingCatalogMerchant

Represents the JSON value "direct_marketing_catalog_merchant"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDirectMarketingCombinationCatalogAndRetailMerchant

Represents the JSON value "direct_marketing_combination_catalog_and_retail_merchant"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDirectMarketingInboundTelemarketing

Represents the JSON value "direct_marketing_inbound_telemarketing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDirectMarketingInsuranceServices

Represents the JSON value "direct_marketing_insurance_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDirectMarketingOther

Represents the JSON value "direct_marketing_other"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDirectMarketingOutboundTelemarketing

Represents the JSON value "direct_marketing_outbound_telemarketing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDirectMarketingSubscription

Represents the JSON value "direct_marketing_subscription"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDirectMarketingTravel

Represents the JSON value "direct_marketing_travel"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDiscountStores

Represents the JSON value "discount_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDoctors

Represents the JSON value "doctors"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDoorToDoorSales

Represents the JSON value "door_to_door_sales"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDraperyWindowCoveringAndUpholsteryStores

Represents the JSON value "drapery_window_covering_and_upholstery_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDrinkingPlaces

Represents the JSON value "drinking_places"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDrugStoresAndPharmacies

Represents the JSON value "drug_stores_and_pharmacies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDrugsDrugProprietariesAndDruggistSundries

Represents the JSON value "drugs_drug_proprietaries_and_druggist_sundries"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDryCleaners

Represents the JSON value "dry_cleaners"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDurableGoods

Represents the JSON value "durable_goods"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumDutyFreeStores

Represents the JSON value "duty_free_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumEatingPlacesRestaurants

Represents the JSON value "eating_places_restaurants"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumEducationalServices

Represents the JSON value "educational_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumElectricRazorStores

Represents the JSON value "electric_razor_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumElectricalPartsAndEquipment

Represents the JSON value "electrical_parts_and_equipment"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumElectricalServices

Represents the JSON value "electrical_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumElectronicsRepairShops

Represents the JSON value "electronics_repair_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumElectronicsStores

Represents the JSON value "electronics_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumElementarySecondarySchools

Represents the JSON value "elementary_secondary_schools"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumEmploymentTempAgencies

Represents the JSON value "employment_temp_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumEquipmentRental

Represents the JSON value "equipment_rental"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumExterminatingServices

Represents the JSON value "exterminating_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumFamilyClothingStores

Represents the JSON value "family_clothing_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumFastFoodRestaurants

Represents the JSON value "fast_food_restaurants"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumFinancialInstitutions

Represents the JSON value "financial_institutions"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumFinesGovernmentAdministrativeEntities

Represents the JSON value "fines_government_administrative_entities"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumFireplaceFireplaceScreensAndAccessoriesStores

Represents the JSON value "fireplace_fireplace_screens_and_accessories_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumFloorCoveringStores

Represents the JSON value "floor_covering_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumFlorists

Represents the JSON value "florists"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumFloristsSuppliesNurseryStockAndFlowers

Represents the JSON value "florists_supplies_nursery_stock_and_flowers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumFreezerAndLockerMeatProvisioners

Represents the JSON value "freezer_and_locker_meat_provisioners"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumFuelDealersNonAutomotive

Represents the JSON value "fuel_dealers_non_automotive"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumFuneralServicesCrematories

Represents the JSON value "funeral_services_crematories"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumFurnitureHomeFurnishingsAndEquipmentStoresExceptAppliances

Represents the JSON value "furniture_home_furnishings_and_equipment_stores_except_appliances"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumFurnitureRepairRefinishing

Represents the JSON value "furniture_repair_refinishing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumFurriersAndFurShops

Represents the JSON value "furriers_and_fur_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumGeneralServices

Represents the JSON value "general_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumGiftCardNoveltyAndSouvenirShops

Represents the JSON value "gift_card_novelty_and_souvenir_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumGlassPaintAndWallpaperStores

Represents the JSON value "glass_paint_and_wallpaper_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumGlasswareCrystalStores

Represents the JSON value "glassware_crystal_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumGolfCoursesPublic

Represents the JSON value "golf_courses_public"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumGovernmentServices

Represents the JSON value "government_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumGroceryStoresSupermarkets

Represents the JSON value "grocery_stores_supermarkets"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumHardwareEquipmentAndSupplies

Represents the JSON value "hardware_equipment_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumHardwareStores

Represents the JSON value "hardware_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumHealthAndBeautySpas

Represents the JSON value "health_and_beauty_spas"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumHearingAidsSalesAndSupplies

Represents the JSON value "hearing_aids_sales_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumHeatingPlumbingAC

Represents the JSON value "heating_plumbing_a_c"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumHobbyToyAndGameShops

Represents the JSON value "hobby_toy_and_game_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumHomeSupplyWarehouseStores

Represents the JSON value "home_supply_warehouse_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumHospitals

Represents the JSON value "hospitals"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumHotelsMotelsAndResorts

Represents the JSON value "hotels_motels_and_resorts"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumHouseholdApplianceStores

Represents the JSON value "household_appliance_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumIndustrialSupplies

Represents the JSON value "industrial_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumInformationRetrievalServices

Represents the JSON value "information_retrieval_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumInsuranceDefault

Represents the JSON value "insurance_default"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumInsuranceUnderwritingPremiums

Represents the JSON value "insurance_underwriting_premiums"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumIntraCompanyPurchases

Represents the JSON value "intra_company_purchases"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumJewelryStoresWatchesClocksAndSilverwareStores

Represents the JSON value "jewelry_stores_watches_clocks_and_silverware_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumLandscapingServices

Represents the JSON value "landscaping_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumLaundries

Represents the JSON value "laundries"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumLaundryCleaningServices

Represents the JSON value "laundry_cleaning_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumLegalServicesAttorneys

Represents the JSON value "legal_services_attorneys"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumLuggageAndLeatherGoodsStores

Represents the JSON value "luggage_and_leather_goods_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumLumberBuildingMaterialsStores

Represents the JSON value "lumber_building_materials_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumManualCashDisburse

Represents the JSON value "manual_cash_disburse"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMarinasServiceAndSupplies

Represents the JSON value "marinas_service_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMasonryStoneworkAndPlaster

Represents the JSON value "masonry_stonework_and_plaster"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMassageParlors

Represents the JSON value "massage_parlors"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMedicalAndDentalLabs

Represents the JSON value "medical_and_dental_labs"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMedicalDentalOphthalmicAndHospitalEquipmentAndSupplies

Represents the JSON value "medical_dental_ophthalmic_and_hospital_equipment_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMedicalServices

Represents the JSON value "medical_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMembershipOrganizations

Represents the JSON value "membership_organizations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMensAndBoysClothingAndAccessoriesStores

Represents the JSON value "mens_and_boys_clothing_and_accessories_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMensWomensClothingStores

Represents the JSON value "mens_womens_clothing_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMetalServiceCenters

Represents the JSON value "metal_service_centers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMiscellaneous

Represents the JSON value "miscellaneous"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMiscellaneousApparelAndAccessoryShops

Represents the JSON value "miscellaneous_apparel_and_accessory_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMiscellaneousAutoDealers

Represents the JSON value "miscellaneous_auto_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMiscellaneousBusinessServices

Represents the JSON value "miscellaneous_business_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMiscellaneousFoodStores

Represents the JSON value "miscellaneous_food_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMiscellaneousGeneralMerchandise

Represents the JSON value "miscellaneous_general_merchandise"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMiscellaneousGeneralServices

Represents the JSON value "miscellaneous_general_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMiscellaneousHomeFurnishingSpecialtyStores

Represents the JSON value "miscellaneous_home_furnishing_specialty_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMiscellaneousPublishingAndPrinting

Represents the JSON value "miscellaneous_publishing_and_printing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMiscellaneousRecreationServices

Represents the JSON value "miscellaneous_recreation_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMiscellaneousRepairShops

Represents the JSON value "miscellaneous_repair_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMiscellaneousSpecialtyRetail

Represents the JSON value "miscellaneous_specialty_retail"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMobileHomeDealers

Represents the JSON value "mobile_home_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMotionPictureTheaters

Represents the JSON value "motion_picture_theaters"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMotorFreightCarriersAndTrucking

Represents the JSON value "motor_freight_carriers_and_trucking"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMotorHomesDealers

Represents the JSON value "motor_homes_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMotorVehicleSuppliesAndNewParts

Represents the JSON value "motor_vehicle_supplies_and_new_parts"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMotorcycleShopsAndDealers

Represents the JSON value "motorcycle_shops_and_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMotorcycleShopsDealers

Represents the JSON value "motorcycle_shops_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumMusicStoresMusicalInstrumentsPianosAndSheetMusic

Represents the JSON value "music_stores_musical_instruments_pianos_and_sheet_music"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumNewsDealersAndNewsstands

Represents the JSON value "news_dealers_and_newsstands"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumNonFiMoneyOrders

Represents the JSON value "non_fi_money_orders"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumNonFiStoredValueCardPurchaseLoad

Represents the JSON value "non_fi_stored_value_card_purchase_load"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumNondurableGoods

Represents the JSON value "nondurable_goods"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumNurseriesLawnAndGardenSupplyStores

Represents the JSON value "nurseries_lawn_and_garden_supply_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumNursingPersonalCare

Represents the JSON value "nursing_personal_care"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumOfficeAndCommercialFurniture

Represents the JSON value "office_and_commercial_furniture"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumOpticiansEyeglasses

Represents the JSON value "opticians_eyeglasses"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumOptometristsOphthalmologist

Represents the JSON value "optometrists_ophthalmologist"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumOrthopedicGoodsProstheticDevices

Represents the JSON value "orthopedic_goods_prosthetic_devices"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumOsteopaths

Represents the JSON value "osteopaths"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPackageStoresBeerWineAndLiquor

Represents the JSON value "package_stores_beer_wine_and_liquor"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPaintsVarnishesAndSupplies

Represents the JSON value "paints_varnishes_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumParkingLotsGarages

Represents the JSON value "parking_lots_garages"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPassengerRailways

Represents the JSON value "passenger_railways"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPawnShops

Represents the JSON value "pawn_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPetShopsPetFoodAndSupplies

Represents the JSON value "pet_shops_pet_food_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPetroleumAndPetroleumProducts

Represents the JSON value "petroleum_and_petroleum_products"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPhotoDeveloping

Represents the JSON value "photo_developing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPhotographicPhotocopyMicrofilmEquipmentAndSupplies

Represents the JSON value "photographic_photocopy_microfilm_equipment_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPhotographicStudios

Represents the JSON value "photographic_studios"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPictureVideoProduction

Represents the JSON value "picture_video_production"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPieceGoodsNotionsAndOtherDryGoods

Represents the JSON value "piece_goods_notions_and_other_dry_goods"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPlumbingHeatingEquipmentAndSupplies

Represents the JSON value "plumbing_heating_equipment_and_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPoliticalOrganizations

Represents the JSON value "political_organizations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPostalServicesGovernmentOnly

Represents the JSON value "postal_services_government_only"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPreciousStonesAndMetalsWatchesAndJewelry

Represents the JSON value "precious_stones_and_metals_watches_and_jewelry"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumProfessionalServices

Represents the JSON value "professional_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumPublicWarehousingAndStorage

Represents the JSON value "public_warehousing_and_storage"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumQuickCopyReproAndBlueprint

Represents the JSON value "quick_copy_repro_and_blueprint"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumRailroads

Represents the JSON value "railroads"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumRealEstateAgentsAndManagersRentals

Represents the JSON value "real_estate_agents_and_managers_rentals"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumRecordStores

Represents the JSON value "record_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumRecreationalVehicleRentals

Represents the JSON value "recreational_vehicle_rentals"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumReligiousGoodsStores

Represents the JSON value "religious_goods_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumReligiousOrganizations

Represents the JSON value "religious_organizations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumRoofingSidingSheetMetal

Represents the JSON value "roofing_siding_sheet_metal"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumSecretarialSupportServices

Represents the JSON value "secretarial_support_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumSecurityBrokersDealers

Represents the JSON value "security_brokers_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumServiceStations

Represents the JSON value "service_stations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumSewingNeedleworkFabricAndPieceGoodsStores

Represents the JSON value "sewing_needlework_fabric_and_piece_goods_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumShoeRepairHatCleaning

Represents the JSON value "shoe_repair_hat_cleaning"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumShoeStores

Represents the JSON value "shoe_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumSmallApplianceRepair

Represents the JSON value "small_appliance_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumSnowmobileDealers

Represents the JSON value "snowmobile_dealers"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumSpecialTradeServices

Represents the JSON value "special_trade_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumSpecialtyCleaning

Represents the JSON value "specialty_cleaning"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumSportingGoodsStores

Represents the JSON value "sporting_goods_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumSportingRecreationCamps

Represents the JSON value "sporting_recreation_camps"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumSportsAndRidingApparelStores

Represents the JSON value "sports_and_riding_apparel_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumSportsClubsFields

Represents the JSON value "sports_clubs_fields"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumStampAndCoinStores

Represents the JSON value "stamp_and_coin_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumStationaryOfficeSuppliesPrintingAndWritingPaper

Represents the JSON value "stationary_office_supplies_printing_and_writing_paper"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumStationeryStoresOfficeAndSchoolSupplyStores

Represents the JSON value "stationery_stores_office_and_school_supply_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumSwimmingPoolsSales

Represents the JSON value "swimming_pools_sales"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTUiTravelGermany

Represents the JSON value "t_ui_travel_germany"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTailorsAlterations

Represents the JSON value "tailors_alterations"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTaxPaymentsGovernmentAgencies

Represents the JSON value "tax_payments_government_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTaxPreparationServices

Represents the JSON value "tax_preparation_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTaxicabsLimousines

Represents the JSON value "taxicabs_limousines"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTelecommunicationEquipmentAndTelephoneSales

Represents the JSON value "telecommunication_equipment_and_telephone_sales"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTelecommunicationServices

Represents the JSON value "telecommunication_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTelegraphServices

Represents the JSON value "telegraph_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTentAndAwningShops

Represents the JSON value "tent_and_awning_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTestingLaboratories

Represents the JSON value "testing_laboratories"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTheatricalTicketAgencies

Represents the JSON value "theatrical_ticket_agencies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTimeshares

Represents the JSON value "timeshares"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTireRetreadingAndRepair

Represents the JSON value "tire_retreading_and_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTollsBridgeFees

Represents the JSON value "tolls_bridge_fees"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTouristAttractionsAndExhibits

Represents the JSON value "tourist_attractions_and_exhibits"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTowingServices

Represents the JSON value "towing_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTrailerParksCampgrounds

Represents the JSON value "trailer_parks_campgrounds"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTransportationServices

Represents the JSON value "transportation_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTravelAgenciesTourOperators

Represents the JSON value "travel_agencies_tour_operators"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTruckStopIteration

Represents the JSON value "truck_stop_iteration"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTruckUtilityTrailerRentals

Represents the JSON value "truck_utility_trailer_rentals"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTypesettingPlateMakingAndRelatedServices

Represents the JSON value "typesetting_plate_making_and_related_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumTypewriterStores

Represents the JSON value "typewriter_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumUSFederalGovernmentAgenciesOrDepartments

Represents the JSON value "u_s_federal_government_agencies_or_departments"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumUniformsCommercialClothing

Represents the JSON value "uniforms_commercial_clothing"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumUsedMerchandiseAndSecondhandStores

Represents the JSON value "used_merchandise_and_secondhand_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumUtilities

Represents the JSON value "utilities"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumVarietyStores

Represents the JSON value "variety_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumVeterinaryServices

Represents the JSON value "veterinary_services"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumVideoAmusementGameSupplies

Represents the JSON value "video_amusement_game_supplies"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumVideoGameArcades

Represents the JSON value "video_game_arcades"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumVideoTapeRentalStores

Represents the JSON value "video_tape_rental_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumVocationalTradeSchools

Represents the JSON value "vocational_trade_schools"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumWatchJewelryRepair

Represents the JSON value "watch_jewelry_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumWeldingRepair

Represents the JSON value "welding_repair"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumWholesaleClubs

Represents the JSON value "wholesale_clubs"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumWigAndToupeeStores

Represents the JSON value "wig_and_toupee_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumWiresMoneyOrders

Represents the JSON value "wires_money_orders"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumWomensAccessoryAndSpecialtyShops

Represents the JSON value "womens_accessory_and_specialty_shops"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumWomensReadyToWearStores

Represents the JSON value "womens_ready_to_wear_stores"

PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories'EnumWreckingAndSalvageYards

Represents the JSON value "wrecking_and_salvage_yards"

Instances

Instances details
Eq PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

Show PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

ToJSON PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

FromJSON PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Categories' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

data PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Interval' Source #

Defines the enum schema located at paths./v1/issuing/cardholders/{cardholder}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.spending_controls.properties.spending_limits.items.properties.interval in the specification.

Instances

Instances details
Eq PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Interval' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

Show PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Interval' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

ToJSON PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Interval' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

FromJSON PostIssuingCardholdersCardholderRequestBodySpendingControls'SpendingLimits'Interval' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

data PostIssuingCardholdersCardholderRequestBodyStatus' Source #

Defines the enum schema located at paths./v1/issuing/cardholders/{cardholder}.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.status in the specification.

Specifies whether to permit authorizations on this cardholder's cards.

Constructors

PostIssuingCardholdersCardholderRequestBodyStatus'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

PostIssuingCardholdersCardholderRequestBodyStatus'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

PostIssuingCardholdersCardholderRequestBodyStatus'EnumActive

Represents the JSON value "active"

PostIssuingCardholdersCardholderRequestBodyStatus'EnumInactive

Represents the JSON value "inactive"

Instances

Instances details
Eq PostIssuingCardholdersCardholderRequestBodyStatus' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

Show PostIssuingCardholdersCardholderRequestBodyStatus' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

ToJSON PostIssuingCardholdersCardholderRequestBodyStatus' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder

FromJSON PostIssuingCardholdersCardholderRequestBodyStatus' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingCardholdersCardholder