Skip to content

Commit

Permalink
Merge pull request #111 from VictorAvelar/new-merchant-category-code-…
Browse files Browse the repository at this point in the history
…added

Add new categorycode for marketplace, crowdfunding and donation platforms
  • Loading branch information
VictorAvelar authored Dec 12, 2020
2 parents bcbbca1 + 8740461 commit 2d46535
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions mollie/common_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,26 +109,27 @@ type CategoryCode uint

// Available category codes
const (
BookMagazinesAndNewspapers CategoryCode = 5192
GeneralMerchandise CategoryCode = 5399
FoodAndDrinks CategoryCode = 5499
AutomotiveProducts CategoryCode = 5533
ChildrenProducts CategoryCode = 5641
ClothingAndShoes CategoryCode = 5651
ElectronicsComputersAndSoftware CategoryCode = 5732
HostingOrVpnServices CategoryCode = 5734
Entertainment CategoryCode = 5735
CreditsOrVouchersOrGiftCards CategoryCode = 5815
Alcohol CategoryCode = 5921
JewelryAndAccessories CategoryCode = 5944
HealthAndBeautyProducts CategoryCode = 5977
FinancialServices CategoryCode = 6012
Consultancy CategoryCode = 7299
TravelRentalAndTransportation CategoryCode = 7999
AdvisingOrCoachingOrTraining CategoryCode = 8299
CharityAndDonations CategoryCode = 8398
PoliticalParties CategoryCode = 8699
Others CategoryCode = 0
BookMagazinesAndNewspapers CategoryCode = 5192
GeneralMerchandise CategoryCode = 5399
FoodAndDrinks CategoryCode = 5499
AutomotiveProducts CategoryCode = 5533
ChildrenProducts CategoryCode = 5641
ClothingAndShoes CategoryCode = 5651
MarketplaceCrowdfundingAndDonations CategoryCode = 5262
ElectronicsComputersAndSoftware CategoryCode = 5732
HostingOrVpnServices CategoryCode = 5734
Entertainment CategoryCode = 5735
CreditsOrVouchersOrGiftCards CategoryCode = 5815
Alcohol CategoryCode = 5921
JewelryAndAccessories CategoryCode = 5944
HealthAndBeautyProducts CategoryCode = 5977
FinancialServices CategoryCode = 6012
Consultancy CategoryCode = 7299
TravelRentalAndTransportation CategoryCode = 7999
AdvisingOrCoachingOrTraining CategoryCode = 8299
CharityAndDonations CategoryCode = 8398
PoliticalParties CategoryCode = 8699
Others CategoryCode = 0
)

// Mode contains information about the creation environment.
Expand Down

0 comments on commit 2d46535

Please sign in to comment.