com.truelayer.java.payments.entities.paymentrefund.ExecutedPaymentRefund Maven / Gradle / Ivy
package com.truelayer.java.payments.entities.paymentrefund;
import java.time.ZonedDateTime;
import lombok.EqualsAndHashCode;
import lombok.Value;
@Value
@EqualsAndHashCode(callSuper = false)
public class ExecutedPaymentRefund extends PaymentRefund {
Status status = Status.EXECUTED;
ZonedDateTime executedAt;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy