Package 

Class MenigaAccountType

  • All Implemented Interfaces:
    android.os.Parcelable , java.io.Serializable

    
    public final class MenigaAccountType
     implements Parcelable, Serializable
                        

    Represents further data on the type of account.

    • Constructor Detail

      • MenigaAccountType

        MenigaAccountType(Long id, String name, String description, AccountCategory accountCategory, Long organizationId, Long realmId, String accountCategoryDetails, Boolean isCashbackEnabled)
        Parameters:
        id - The unique Id for the account type.
        name - The name of the account type.
        description - The description of the account type.
        accountCategory - he account category for this account type.
        organizationId - The Id of the organization associated with this account type.
        realmId - The Id of the realm used to synchronize transactions.
        accountCategoryDetails - Extra information about the account category, for example "visa" or "amex" for the "Credit" account category.
        isCashbackEnabled - True if cashback can be calculated for the account.