com.simpay.payment.client.enums.MoneyRequestStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ms-payment-client Show documentation
Show all versions of ms-payment-client Show documentation
Module client du micro service payment
package com.simpay.payment.client.enums;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
@Getter
@RequiredArgsConstructor
public enum MoneyRequestStatus {
SUBMITED,
PAID,
REJECTED,
PARTIAL_PAID
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy