public class

PaymentRequest

extends BaseRequest
java.lang.Object
   ↳ org.mule.modules.freshbooks.model.BaseRequest
     ↳ org.mule.modules.freshbooks.model.PaymentRequest

Summary

Fields
private String clientId
private String invoiceId
private Payment payment
private String paymentId
[Expand]
Inherited Fields
From class org.mule.modules.freshbooks.model.BaseRequest
Public Constructors
PaymentRequest()
Public Methods
String getClientId()
String getInvoiceId()
Payment getPayment()
String getPaymentId()
void setClientId(String clientId)
void setInvoiceId(String invoiceId)
void setPayment(Payment payment)
void setPaymentId(String paymentId)
[Expand]
Inherited Methods
From class org.mule.modules.freshbooks.model.BaseRequest
From class java.lang.Object

Fields

private String clientId

private String invoiceId

private Payment payment

private String paymentId

Public Constructors

public PaymentRequest ()

Public Methods

public String getClientId ()

public String getInvoiceId ()

public Payment getPayment ()

public String getPaymentId ()

public void setClientId (String clientId)

Parameters
clientId

public void setInvoiceId (String invoiceId)

Parameters
invoiceId

public void setPayment (Payment payment)

Parameters
payment

public void setPaymentId (String paymentId)

Parameters
paymentId