com.youcruit.billogram.objects.response.common.BillogramState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of billogram-v2-api-java-lib Show documentation
Show all versions of billogram-v2-api-java-lib Show documentation
Library for connecting to the Billogram v2 API
package com.youcruit.billogram.objects.response.common;
import com.google.gson.annotations.SerializedName;
public enum BillogramState {
@SerializedName("Unattested")UNATTESTED,
@SerializedName("Sending")SENDING,
@SerializedName("Unpaid")UNPAID,
@SerializedName("CollectorEnded")COLLECTORENDED,
@SerializedName("Collecting")COLLECTING,
@SerializedName("Collection")COLLECTION,
@SerializedName("Factoring")FACTORING,
@SerializedName("Sold")SOLD,
@SerializedName("Ended")ENDED,
@SerializedName("Paid")PAID,
@SerializedName("Credited")CREDITED,
@SerializedName("FactoringDenied")FACTORINGDENIED,
@SerializedName("PartlyPaid")PARTLYPAID,
@SerializedName("Overdue")OVERDUE,
@SerializedName("Reminder_1")REMINDER_1,
@SerializedName("Reminder_2")REMINDER_2,
@SerializedName("Reminder_3")REMINDER_3,
@SerializedName("Reminder_Many")REMINDER_MANY,
@SerializedName("Deleted")DELETED
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy