All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mangopay.core.PlatformCategorization Maven / Gradle / Ivy

There is a newer version: 2.42.0
Show newest version
package com.mangopay.core;

import com.google.gson.annotations.SerializedName;
import com.mangopay.core.enumerations.BusinessType;
import com.mangopay.core.enumerations.Sector;

public class PlatformCategorization {

    @SerializedName("BusinessType")
    private BusinessType businessType;
    @SerializedName("Sector")
    private Sector sector;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy