
com.paypal.api.payments.InvoiceAddress Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-sdk Show documentation
Show all versions of rest-api-sdk Show documentation
PayPal SDK for integrating with the REST APIs
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