public class DoNonReferencedCreditRequestDetailsType extends Object
| Constructor and Description |
|---|
DoNonReferencedCreditRequestDetailsType()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
BasicAmountType |
getAmount()
Getter for amount
|
String |
getComment()
Getter for comment
|
CreditCardDetailsType |
getCreditCard()
Getter for creditCard
|
BasicAmountType |
getNetAmount()
Getter for netAmount
|
String |
getReceiverEmail()
Getter for receiverEmail
|
BasicAmountType |
getShippingAmount()
Getter for shippingAmount
|
BasicAmountType |
getTaxAmount()
Getter for taxAmount
|
void |
setAmount(BasicAmountType amount)
Setter for amount
|
void |
setComment(String comment)
Setter for comment
|
void |
setCreditCard(CreditCardDetailsType creditCard)
Setter for creditCard
|
void |
setNetAmount(BasicAmountType netAmount)
Setter for netAmount
|
void |
setReceiverEmail(String receiverEmail)
Setter for receiverEmail
|
void |
setShippingAmount(BasicAmountType shippingAmount)
Setter for shippingAmount
|
void |
setTaxAmount(BasicAmountType taxAmount)
Setter for taxAmount
|
String |
toXMLString(String prefix,
String name) |
public DoNonReferencedCreditRequestDetailsType()
public BasicAmountType getAmount()
public void setAmount(BasicAmountType amount)
public BasicAmountType getNetAmount()
public void setNetAmount(BasicAmountType netAmount)
public BasicAmountType getTaxAmount()
public void setTaxAmount(BasicAmountType taxAmount)
public BasicAmountType getShippingAmount()
public void setShippingAmount(BasicAmountType shippingAmount)
public CreditCardDetailsType getCreditCard()
public void setCreditCard(CreditCardDetailsType creditCard)
public String getReceiverEmail()
public void setReceiverEmail(String receiverEmail)
public String getComment()
public void setComment(String comment)
Copyright © 2015. All Rights Reserved.