public class BillingApprovalDetailsType extends Object
| Constructor and Description |
|---|
BillingApprovalDetailsType()
Default Constructor
|
BillingApprovalDetailsType(ApprovalTypeType approvalType)
Constructor with arguments
|
| Modifier and Type | Method and Description |
|---|---|
ApprovalSubTypeType |
getApprovalSubType()
Getter for approvalSubType
|
ApprovalTypeType |
getApprovalType()
Getter for approvalType
|
String |
getCustom()
Getter for custom
|
OrderDetailsType |
getOrderDetails()
Getter for orderDetails
|
PaymentDirectivesType |
getPaymentDirectives()
Getter for paymentDirectives
|
void |
setApprovalSubType(ApprovalSubTypeType approvalSubType)
Setter for approvalSubType
|
void |
setApprovalType(ApprovalTypeType approvalType)
Setter for approvalType
|
void |
setCustom(String custom)
Setter for custom
|
void |
setOrderDetails(OrderDetailsType orderDetails)
Setter for orderDetails
|
void |
setPaymentDirectives(PaymentDirectivesType paymentDirectives)
Setter for paymentDirectives
|
String |
toXMLString(String prefix,
String name) |
public BillingApprovalDetailsType(ApprovalTypeType approvalType)
public BillingApprovalDetailsType()
public ApprovalTypeType getApprovalType()
public void setApprovalType(ApprovalTypeType approvalType)
public ApprovalSubTypeType getApprovalSubType()
public void setApprovalSubType(ApprovalSubTypeType approvalSubType)
public OrderDetailsType getOrderDetails()
public void setOrderDetails(OrderDetailsType orderDetails)
public PaymentDirectivesType getPaymentDirectives()
public void setPaymentDirectives(PaymentDirectivesType paymentDirectives)
public String getCustom()
public void setCustom(String custom)
Copyright © 2017. All Rights Reserved.