All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.unzer.payment.models.paypage.PaypagePayment Maven / Gradle / Ivy

package com.unzer.payment.models.paypage;

import com.unzer.payment.communication.json.JsonMessage;
import lombok.AccessLevel;
import lombok.Data;
import lombok.Setter;

@Data
@Setter(AccessLevel.PRIVATE)
public class PaypagePayment {
    private String paymentId;
    private String transactionStatus;
    private String creationDate;
    private JsonMessage[] messages;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy