-
public final class GATransactionDecisionValueSpecV3 extends GAInputValueData
-
-
Field Summary
Fields Modifier and Type Field Description private final GAOrderorderprivate final GAOrderOptionsV3orderOptionsprivate final GAPaymentParameterspaymentParametersprivate final GAPresentationOptionspresentationOptionsprivate final GAInputValueDataTypetype
-
Constructor Summary
Constructors Constructor Description GATransactionDecisionValueSpecV3(GAOrder order, GAOrderOptionsV3 orderOptions, GAPaymentParameters paymentParameters, GAPresentationOptions presentationOptions)
-
Method Summary
Modifier and Type Method Description final GAOrdercomponent1()final GAOrderOptionsV3component2()final GAPaymentParameterscomponent3()final GAPresentationOptionscomponent4()final GATransactionDecisionValueSpecV3copy(GAOrder order, GAOrderOptionsV3 orderOptions, GAPaymentParameters paymentParameters, GAPresentationOptions presentationOptions)final GAOrdergetOrder()final GAOrderOptionsV3getOrderOptions()final GAPaymentParametersgetPaymentParameters()final GAPresentationOptionsgetPresentationOptions()final GAInputValueDataTypegetType()-
Methods inherited from class ai.tock.bot.connector.ga.model.response.transaction.v3.GATransactionDecisionValueSpecV3
toGenericMessage -
Methods inherited from class ai.tock.bot.connector.ga.model.response.GAInputValueData
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
GATransactionDecisionValueSpecV3
GATransactionDecisionValueSpecV3(GAOrder order, GAOrderOptionsV3 orderOptions, GAPaymentParameters paymentParameters, GAPresentationOptions presentationOptions)
-
-
Method Detail
-
component1
final GAOrder component1()
-
component2
final GAOrderOptionsV3 component2()
-
component3
final GAPaymentParameters component3()
-
component4
final GAPresentationOptions component4()
-
copy
final GATransactionDecisionValueSpecV3 copy(GAOrder order, GAOrderOptionsV3 orderOptions, GAPaymentParameters paymentParameters, GAPresentationOptions presentationOptions)
-
getOrderOptions
final GAOrderOptionsV3 getOrderOptions()
-
getPaymentParameters
final GAPaymentParameters getPaymentParameters()
-
getPresentationOptions
final GAPresentationOptions getPresentationOptions()
-
getType
final GAInputValueDataType getType()
-
-
-
-