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

com.paypal.api.payments.InvoiceAddress Maven / Gradle / Ivy

There is a newer version: LATEST
Show newest version
package com.paypal.api.payments;

public class InvoiceAddress extends BaseAddress {
	
	private Phone phone;
	
	public InvoiceAddress setPhone(Phone phone) {
		this.phone = phone;
		return this;
	}
	
	public Phone getPhone() {
		return this.phone;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy