
com.global.api.entities.gpApi.entities.FundsAccountDetails Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of globalpayments-sdk Show documentation
Show all versions of globalpayments-sdk Show documentation
API for processing payments through Global Payments
package com.global.api.entities.gpApi.entities;
import lombok.Getter;
import lombok.Setter;
import lombok.experimental.Accessors;
@Accessors(chain = true)
@Getter
@Setter
public class FundsAccountDetails {
private String id;
private String status;
private String timeCreated;
private String timeLastUpdated;
private String amount;
private String reference;
private String description;
private String currency;
private String paymentMethodType;
private String paymentMethodName;
private UserAccount account;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy