-
public final class PrimerClientSession
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcustomerIdprivate final StringorderIdprivate final StringcurrencyCodeprivate final IntegertotalAmountprivate final List<PrimerLineItem>lineItemsprivate final PrimerOrderorderDetailsprivate final PrimerCustomercustomer
-
Constructor Summary
Constructors Constructor Description PrimerClientSession(String customerId, String orderId, String currencyCode, Integer totalAmount, List<PrimerLineItem> lineItems, PrimerOrder orderDetails, PrimerCustomer customer)
-
Method Summary
Modifier and Type Method Description final StringgetCustomerId()final StringgetOrderId()final StringgetCurrencyCode()final IntegergetTotalAmount()final List<PrimerLineItem>getLineItems()final PrimerOrdergetOrderDetails()final PrimerCustomergetCustomer()-
-
Constructor Detail
-
PrimerClientSession
PrimerClientSession(String customerId, String orderId, String currencyCode, Integer totalAmount, List<PrimerLineItem> lineItems, PrimerOrder orderDetails, PrimerCustomer customer)
-
-
Method Detail
-
getCustomerId
final String getCustomerId()
-
getOrderId
final String getOrderId()
-
getCurrencyCode
final String getCurrencyCode()
-
getTotalAmount
final Integer getTotalAmount()
-
getLineItems
final List<PrimerLineItem> getLineItems()
-
getOrderDetails
final PrimerOrder getOrderDetails()
-
getCustomer
final PrimerCustomer getCustomer()
-
-
-
-