
com.megaport.api.dto.BillingStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client Show documentation
Show all versions of client Show documentation
This library is a Java wrapper for the Megaport API.
The newest version!
/*
* Copyright (c) 2013. Adam Wells
*/
package com.megaport.api.dto;
public enum BillingStatus {
ACTIVE, SUSPENDED, COMPLETED, KILLED, NOT_ACTIVATED, LAST_BILLING_PERIOD, QUOTE, ROLLING
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy