Class PaymentProcessorTransactionCodeObject
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.PaymentProcessorTransactionCodeObject
-
Field Summary
Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
basePrimaryKey -
Constructor Summary
ConstructorsConstructorDescriptionPaymentProcessorTransactionCodeObject(PaymentProcessorTransactionCode paymentProcessorTransactionCode) -
Method Summary
Modifier and TypeMethodDescriptiongetPaymentProcessorTransaction(graphql.schema.DataFetchingEnvironment env) getPaymentProcessorTransactionCodes(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, getWorkflowEntityStatusObjectMethods inherited from class com.echothree.model.control.graphql.server.graphql.BaseObject
getWorkflowEntityStatusObject
-
Constructor Details
-
PaymentProcessorTransactionCodeObject
public PaymentProcessorTransactionCodeObject(PaymentProcessorTransactionCode paymentProcessorTransactionCode)
-
-
Method Details
-
getPaymentProcessorTransaction
public PaymentProcessorTransactionObject getPaymentProcessorTransaction(graphql.schema.DataFetchingEnvironment env) -
getPaymentProcessorTransactionCodes
public List<PaymentProcessorTransactionCodeObject> getPaymentProcessorTransactionCodes(graphql.schema.DataFetchingEnvironment env)
-