Module com.logicommerce.sdk
Class OrderInformationImpl
java.lang.Object
com.logicommerce.sdk.models.order.implementations.OrderInformationImpl
- All Implemented Interfaces:
OrderInformation
OrderInformationImpl class.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAuthNumber.intgetChannelId.getId()getId.getMarketplaceId.getTransactionId.voidsetAuthNumber(String authNumber) Setter for the fieldauthNumber.voidsetChannelId(int channelId) Setter for the fieldchannelId.voidSetter for the fieldid.voidsetMarketplaceId(Integer marketplaceId) Setter for the fieldmarketplaceId.voidsetTransactionId(String transactionId) Setter for the fieldtransactionId.
-
Constructor Details
-
OrderInformationImpl
public OrderInformationImpl()
-
-
Method Details
-
getId
getId.
- Specified by:
getIdin interfaceOrderInformation- Returns:
- a
Integerobject
-
getChannelId
public int getChannelId()getChannelId.
- Specified by:
getChannelIdin interfaceOrderInformation- Returns:
- a int
-
getTransactionId
getTransactionId.
- Specified by:
getTransactionIdin interfaceOrderInformation- Returns:
- a
Stringobject
-
getAuthNumber
getAuthNumber.
- Specified by:
getAuthNumberin interfaceOrderInformation- Returns:
- a
Stringobject
-
getMarketplaceId
getMarketplaceId.
- Specified by:
getMarketplaceIdin interfaceOrderInformation- Returns:
- a
Integerobject
-
setId
Setter for the field
id.- Parameters:
id- aIntegerobject
-
setChannelId
public void setChannelId(int channelId) Setter for the field
channelId.- Parameters:
channelId- a int
-
setTransactionId
Setter for the field
transactionId.- Parameters:
transactionId- aStringobject
-
setAuthNumber
Setter for the field
authNumber.- Parameters:
authNumber- aStringobject
-
setMarketplaceId
Setter for the field
marketplaceId.- Parameters:
marketplaceId- aIntegerobject
-