Class PaymentProcessorTransactionObject
java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.payment.server.graphql.PaymentProcessorTransactionObject
-
Field Summary
Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
basePrimaryKey
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentProcessorTransactionObject
(PaymentProcessorTransaction paymentProcessorTransaction) -
Method Summary
Modifier and TypeMethodDescriptiongetPaymentProcessor
(graphql.schema.DataFetchingEnvironment env) getPaymentProcessorActionType
(graphql.schema.DataFetchingEnvironment env) getPaymentProcessorResultCode
(graphql.schema.DataFetchingEnvironment env) Methods inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
getEntityAliasType, getEntityAliasTypes, getEntityAttribute, getEntityAttributeGroup, getEntityAttributeGroups, getEntityInstance, getEntityInstanceByBasePK, getId, getTagScope, getTagScopes, getWorkflowEntityStatusObject
-
Constructor Details
-
PaymentProcessorTransactionObject
-
-
Method Details
-
getPaymentProcessorTransactionName
-
getPaymentProcessor
-
getPaymentProcessorActionType
public PaymentProcessorActionTypeObject getPaymentProcessorActionType(graphql.schema.DataFetchingEnvironment env) -
getPaymentProcessorResultCode
public PaymentProcessorResultCodeObject getPaymentProcessorResultCode(graphql.schema.DataFetchingEnvironment env)
-