Package org.oxerr.stubhub.client.model
Class InvoicePaymentLineResponse
java.lang.Object
org.oxerr.stubhub.client.model.InvoicePaymentLineResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetConvertedPaymentAmount(BigDecimal convertedPaymentAmount) voidsetConvertedPaymentCurrencyCode(String convertedPaymentCurrencyCode) voidsetCurrency(String currency) voidsetExternalPaymentId(String externalPaymentId) voidsetExternalPaymentLineId(String externalPaymentLineId) voidsetExternalSaleId(String externalSaleId) voidsetIsCredit(Boolean isCredit) voidsetMarketplacePaymentId(Long marketplacePaymentId) voidsetMarketplacePaymentLineId(Long marketplacePaymentLineId) voidsetPaymentLineDescription(String paymentLineDescription) voidsetPaymentLineType(String paymentLineType) void
-
Constructor Details
-
InvoicePaymentLineResponse
public InvoicePaymentLineResponse()
-
-
Method Details
-
getMarketplacePaymentLineId
-
setMarketplacePaymentLineId
-
getMarketplacePaymentId
-
setMarketplacePaymentId
-
getExternalPaymentId
-
setExternalPaymentId
-
getExternalPaymentLineId
-
setExternalPaymentLineId
-
getExternalSaleId
-
setExternalSaleId
-
getSaleId
-
setSaleId
-
getCurrency
-
setCurrency
-
getAmount
-
setAmount
-
getIsCredit
-
setIsCredit
-
getPaymentLineDescription
-
setPaymentLineDescription
-
getPaymentLineType
-
setPaymentLineType
-
getConvertedPaymentAmount
-
setConvertedPaymentAmount
-
getConvertedPaymentCurrencyCode
-
setConvertedPaymentCurrencyCode
-