public class PaymentService extends Object
| Constructor and Description |
|---|
PaymentService() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UUID |
getPaymentServiceID()
Xero identifier
|
String |
getPaymentServiceName()
Name of payment service
|
String |
getPaymentServiceType()
This will always be CUSTOM for payment services created via the API.
|
String |
getPaymentServiceUrl()
The custom payment URL
|
String |
getPayNowText()
The text displayed on the Pay Now button in Xero Online Invoicing.
|
int |
hashCode() |
PaymentService |
paymentServiceID(UUID paymentServiceID) |
PaymentService |
paymentServiceName(String paymentServiceName) |
PaymentService |
paymentServiceType(String paymentServiceType) |
PaymentService |
paymentServiceUrl(String paymentServiceUrl) |
PaymentService |
payNowText(String payNowText) |
void |
setPaymentServiceID(UUID paymentServiceID) |
void |
setPaymentServiceName(String paymentServiceName) |
void |
setPaymentServiceType(String paymentServiceType) |
void |
setPaymentServiceUrl(String paymentServiceUrl) |
void |
setPayNowText(String payNowText) |
String |
toString() |
public PaymentService paymentServiceID(UUID paymentServiceID)
public UUID getPaymentServiceID()
public void setPaymentServiceID(UUID paymentServiceID)
public PaymentService paymentServiceName(String paymentServiceName)
public String getPaymentServiceName()
public void setPaymentServiceName(String paymentServiceName)
public PaymentService paymentServiceUrl(String paymentServiceUrl)
public String getPaymentServiceUrl()
public void setPaymentServiceUrl(String paymentServiceUrl)
public PaymentService payNowText(String payNowText)
public String getPayNowText()
public void setPayNowText(String payNowText)
public PaymentService paymentServiceType(String paymentServiceType)
public String getPaymentServiceType()
public void setPaymentServiceType(String paymentServiceType)
Copyright © 2018. All rights reserved.