-
public final class GAOrder
-
-
Field Summary
Fields Modifier and Type Field Description private final StringgoogleOrderIdprivate final StringmerchantOrderIdprivate final GAUserInfobuyerInfoprivate final GAImageimageprivate final StringcreateTimeprivate final StringlastUpdateTimeprivate final GAMerchanttransactionMerchantprivate final GAContentscontentsprivate final List<GAPriceAttribute>priceAttributesprivate final List<GAActionV3>followUpActionsprivate final StringtermsOfServiceUrlprivate final Stringnoteprivate final GAPurchaseOrderExtensionpurchaseprivate final GATicketOrderExtensionticket
-
Constructor Summary
Constructors Constructor Description GAOrder(String googleOrderId, String merchantOrderId, GAUserInfo buyerInfo, GAImage image, String createTime, String lastUpdateTime, GAMerchant transactionMerchant, GAContents contents, List<GAPriceAttribute> priceAttributes, List<GAActionV3> followUpActions, String termsOfServiceUrl, String note, GAPurchaseOrderExtension purchase, GATicketOrderExtension ticket)
-
Method Summary
-
-
Constructor Detail
-
GAOrder
GAOrder(String googleOrderId, String merchantOrderId, GAUserInfo buyerInfo, GAImage image, String createTime, String lastUpdateTime, GAMerchant transactionMerchant, GAContents contents, List<GAPriceAttribute> priceAttributes, List<GAActionV3> followUpActions, String termsOfServiceUrl, String note, GAPurchaseOrderExtension purchase, GATicketOrderExtension ticket)
-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final GAUserInfo component3()
-
component4
final GAImage component4()
-
component5
final String component5()
-
component6
final String component6()
-
component7
final GAMerchant component7()
-
component8
final GAContents component8()
-
component9
final List<GAPriceAttribute> component9()
-
component10
final List<GAActionV3> component10()
-
component11
final String component11()
-
component12
final String component12()
-
component13
final GAPurchaseOrderExtension component13()
-
component14
final GATicketOrderExtension component14()
-
copy
final GAOrder copy(String googleOrderId, String merchantOrderId, GAUserInfo buyerInfo, GAImage image, String createTime, String lastUpdateTime, GAMerchant transactionMerchant, GAContents contents, List<GAPriceAttribute> priceAttributes, List<GAActionV3> followUpActions, String termsOfServiceUrl, String note, GAPurchaseOrderExtension purchase, GATicketOrderExtension ticket)
-
getGoogleOrderId
final String getGoogleOrderId()
-
getMerchantOrderId
final String getMerchantOrderId()
-
getBuyerInfo
final GAUserInfo getBuyerInfo()
-
getCreateTime
final String getCreateTime()
-
getLastUpdateTime
final String getLastUpdateTime()
-
getTransactionMerchant
final GAMerchant getTransactionMerchant()
-
getContents
final GAContents getContents()
-
getPriceAttributes
final List<GAPriceAttribute> getPriceAttributes()
-
getFollowUpActions
final List<GAActionV3> getFollowUpActions()
-
getTermsOfServiceUrl
final String getTermsOfServiceUrl()
-
getPurchase
final GAPurchaseOrderExtension getPurchase()
-
getTicket
final GATicketOrderExtension getTicket()
-
-
-
-