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

com.ingenico.direct.domain.RefundPaymentProduct840CustomerAccount Maven / Gradle / Ivy

/*
 * This class was auto-generated from the API references found at
 * https://support.direct.ingenico.com/documentation/api/reference
 */
package com.ingenico.direct.domain;

public class RefundPaymentProduct840CustomerAccount {

	private String customerAccountStatus = null;

	private String customerAddressStatus = null;

	private String payerId = null;

	public String getCustomerAccountStatus() {
		return customerAccountStatus;
	}

	public void setCustomerAccountStatus(String value) {
		this.customerAccountStatus = value;
	}

	public String getCustomerAddressStatus() {
		return customerAddressStatus;
	}

	public void setCustomerAddressStatus(String value) {
		this.customerAddressStatus = value;
	}

	/**
	 * The unique identifier of a PayPal account and will never change in the life cycle of a PayPal account
	 */
	public String getPayerId() {
		return payerId;
	}

	/**
	 * The unique identifier of a PayPal account and will never change in the life cycle of a PayPal account
	 */
	public void setPayerId(String value) {
		this.payerId = value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy