integrations

package
v1.8.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	IntegrationType_name = map[int32]string{
		0:    "INTEGRATION_TYPE_UNKNOWN",
		100:  "INTEGRATION_TYPE_BRAINTREE",
		200:  "INTEGRATION_TYPE_RELATIENT",
		300:  "INTEGRATION_TYPE_CYBERSOURCE",
		400:  "INTEGRATION_TYPE_CIRCPRO",
		500:  "INTEGRATION_TYPE_AUTHORIZENET",
		600:  "INTEGRATION_TYPE_EXPITRANS",
		700:  "INTEGRATION_TYPE_AXIAMEDFUSION",
		800:  "INTEGRATION_TYPE_INSTAMED",
		900:  "INTEGRATION_TYPE_USAEPAY",
		1000: "INTEGRATION_TYPE_EZIDEBIT",
		1100: "INTEGRATION_TYPE_BAMBORA",
		1200: "INTEGRATION_TYPE_REPAY",
		1300: "INTEGRATION_TYPE_AXIA",
		1400: "INTEGRATION_TYPE_SECURETRADING",
		1500: "INTEGRATION_TYPE_PAYMENTVISION",
		1600: "INTEGRATION_TYPE_INTERPROSE",
		1700: "INTEGRATION_TYPE_DALLASNEWS",
		1800: "INTEGRATION_TYPE_PAYWAY",
		1900: "INTEGRATION_TYPE_BILLINGTREE",
		2000: "INTEGRATION_TYPE_EXPERIAN",
		2100: "INTEGRATION_TYPE_NEWSCYCLE",
		2200: "INTEGRATION_TYPE_TRUSTCOMMERCE",
		2300: "INTEGRATION_TYPE_VANTIV",
		2400: "INTEGRATION_TYPE_JOURNEY",
		2500: "INTEGRATION_TYPE_ATHENAHEALTH",
		2600: "INTEGRATION_TYPE_BRAINWORKS",
		2700: "INTEGRATION_TYPE_OSGCONNECT",
		2800: "INTEGRATION_TYPE_NTVB",
		2900: "INTEGRATION_TYPE_ELAVON",
		3000: "INTEGRATION_TYPE_GLOBALPAYMENTS",
		3100: "INTEGRATION_TYPE_PAY_SCOUT",
		3200: "INTEGRATION_TYPE_I2C",
		3300: "INTEGRATION_TYPE_OPAYO",
		3400: "INTEGRATION_TYPE_SHIFT4",
		3500: "INTEGRATION_TYPE_POSCORP",
		3600: "INTEGRATION_TYPE_PIANO",
		3700: "INTEGRATION_TYPE_EPIC",
		3800: "INTEGRATION_TYPE_NEWZWARE",
		3900: "INTEGRATION_TYPE_PRIOCOMMERCE",
		4000: "INTEGRATION_TYPE_NAVIGA",
		4100: "INTEGRATION_TYPE_PAYNSECONDS",
		4200: "INTEGRATION_TYPE_SUTHERLANDREV",
		4300: "INTEGRATION_TYPE_FINVI",
		4400: "INTEGRATION_TYPE_NAVIGA_DTI_CIRC",
		4500: "INTEGRATION_TYPE_NAVIGA_DTI_CS",
		4600: "INTEGRATION_TYPE_SWERVEPAY",
		5000: "INTEGRATION_TYPE_DEBUG",
	}
	IntegrationType_value = map[string]int32{
		"INTEGRATION_TYPE_UNKNOWN":         0,
		"INTEGRATION_TYPE_BRAINTREE":       100,
		"INTEGRATION_TYPE_RELATIENT":       200,
		"INTEGRATION_TYPE_CYBERSOURCE":     300,
		"INTEGRATION_TYPE_CIRCPRO":         400,
		"INTEGRATION_TYPE_AUTHORIZENET":    500,
		"INTEGRATION_TYPE_EXPITRANS":       600,
		"INTEGRATION_TYPE_AXIAMEDFUSION":   700,
		"INTEGRATION_TYPE_INSTAMED":        800,
		"INTEGRATION_TYPE_USAEPAY":         900,
		"INTEGRATION_TYPE_EZIDEBIT":        1000,
		"INTEGRATION_TYPE_BAMBORA":         1100,
		"INTEGRATION_TYPE_REPAY":           1200,
		"INTEGRATION_TYPE_AXIA":            1300,
		"INTEGRATION_TYPE_SECURETRADING":   1400,
		"INTEGRATION_TYPE_PAYMENTVISION":   1500,
		"INTEGRATION_TYPE_INTERPROSE":      1600,
		"INTEGRATION_TYPE_DALLASNEWS":      1700,
		"INTEGRATION_TYPE_PAYWAY":          1800,
		"INTEGRATION_TYPE_BILLINGTREE":     1900,
		"INTEGRATION_TYPE_EXPERIAN":        2000,
		"INTEGRATION_TYPE_NEWSCYCLE":       2100,
		"INTEGRATION_TYPE_TRUSTCOMMERCE":   2200,
		"INTEGRATION_TYPE_VANTIV":          2300,
		"INTEGRATION_TYPE_JOURNEY":         2400,
		"INTEGRATION_TYPE_ATHENAHEALTH":    2500,
		"INTEGRATION_TYPE_BRAINWORKS":      2600,
		"INTEGRATION_TYPE_OSGCONNECT":      2700,
		"INTEGRATION_TYPE_NTVB":            2800,
		"INTEGRATION_TYPE_ELAVON":          2900,
		"INTEGRATION_TYPE_GLOBALPAYMENTS":  3000,
		"INTEGRATION_TYPE_PAY_SCOUT":       3100,
		"INTEGRATION_TYPE_I2C":             3200,
		"INTEGRATION_TYPE_OPAYO":           3300,
		"INTEGRATION_TYPE_SHIFT4":          3400,
		"INTEGRATION_TYPE_POSCORP":         3500,
		"INTEGRATION_TYPE_PIANO":           3600,
		"INTEGRATION_TYPE_EPIC":            3700,
		"INTEGRATION_TYPE_NEWZWARE":        3800,
		"INTEGRATION_TYPE_PRIOCOMMERCE":    3900,
		"INTEGRATION_TYPE_NAVIGA":          4000,
		"INTEGRATION_TYPE_PAYNSECONDS":     4100,
		"INTEGRATION_TYPE_SUTHERLANDREV":   4200,
		"INTEGRATION_TYPE_FINVI":           4300,
		"INTEGRATION_TYPE_NAVIGA_DTI_CIRC": 4400,
		"INTEGRATION_TYPE_NAVIGA_DTI_CS":   4500,
		"INTEGRATION_TYPE_SWERVEPAY":       4600,
		"INTEGRATION_TYPE_DEBUG":           5000,
	}
)

Enum value maps for IntegrationType.

View Source
var (
	RequestMethod_name = map[int32]string{}/* 259 elements not displayed */

	RequestMethod_value = map[string]int32{}/* 259 elements not displayed */

)

Enum value maps for RequestMethod.

View Source
var (
	TransactionType_name = map[int32]string{
		0: "TRANSACTION_TYPE_PAYMENT",
		1: "TRANSACTION_TYPE_DATA_INQUIRY",
		2: "TRANSACTION_TYPE_ACCOUNT_VERIFY",
	}
	TransactionType_value = map[string]int32{
		"TRANSACTION_TYPE_PAYMENT":        0,
		"TRANSACTION_TYPE_DATA_INQUIRY":   1,
		"TRANSACTION_TYPE_ACCOUNT_VERIFY": 2,
	}
)

Enum value maps for TransactionType.

View Source
var (
	RequestSource_name = map[int32]string{
		0: "REQUEST_SOURCE_IVR",
		1: "REQUEST_SOURCE_EMAIL",
		2: "REQUEST_SOURCE_WEB",
		3: "REQUEST_SOURCE_SMS",
		4: "REQUEST_SOURCE_CHAT",
		5: "REQUEST_SOURCE_LMS",
	}
	RequestSource_value = map[string]int32{
		"REQUEST_SOURCE_IVR":   0,
		"REQUEST_SOURCE_EMAIL": 1,
		"REQUEST_SOURCE_WEB":   2,
		"REQUEST_SOURCE_SMS":   3,
		"REQUEST_SOURCE_CHAT":  4,
		"REQUEST_SOURCE_LMS":   5,
	}
)

Enum value maps for RequestSource.

View Source
var (
	TransactionResult_name = map[int32]string{
		0: "TRANSACTION_RESULT_SUCCESS",
		1: "TRANSACTION_RESULT_FAILED",
	}
	TransactionResult_value = map[string]int32{
		"TRANSACTION_RESULT_SUCCESS": 0,
		"TRANSACTION_RESULT_FAILED":  1,
	}
)

Enum value maps for TransactionResult.

View Source
var (
	ValueType_name = map[int32]string{
		0: "VALUE_TYPE_UNKNOWN",
		1: "VALUE_TYPE_NUMBER",
		2: "VALUE_TYPE_BOOL",
		3: "VALUE_TYPE_MAP",
		4: "VALUE_TYPE_ARRAY",
		5: "VALUE_TYPE_INT",
		6: "VALUE_TYPE_STRING",
		7: "VALUE_TYPE_TIME",
		8: "VALUE_TYPE_COMPOSITE_VAL",
	}
	ValueType_value = map[string]int32{
		"VALUE_TYPE_UNKNOWN":       0,
		"VALUE_TYPE_NUMBER":        1,
		"VALUE_TYPE_BOOL":          2,
		"VALUE_TYPE_MAP":           3,
		"VALUE_TYPE_ARRAY":         4,
		"VALUE_TYPE_INT":           5,
		"VALUE_TYPE_STRING":        6,
		"VALUE_TYPE_TIME":          7,
		"VALUE_TYPE_COMPOSITE_VAL": 8,
	}
)

Enum value maps for ValueType.

View Source
var (
	Visibility_name = map[int32]string{
		0:   "VISIBILITY_INVISIBLE",
		1:   "VISIBILITY_UNRESTRICTED",
		100: "VISIBILITY_RUNTIME",
		150: "VISIBILITY_BY_METHOD",
		200: "VISIBILITY_PLUGIN",
	}
	Visibility_value = map[string]int32{
		"VISIBILITY_INVISIBLE":    0,
		"VISIBILITY_UNRESTRICTED": 1,
		"VISIBILITY_RUNTIME":      100,
		"VISIBILITY_BY_METHOD":    150,
		"VISIBILITY_PLUGIN":       200,
	}
)

Enum value maps for Visibility.

View Source
var (
	CompareOperation_name = map[int32]string{
		0: "COMPARE_OPERATION_EQ",
		1: "COMPARE_OPERATION_GT",
		2: "COMPARE_OPERATION_LT",
		3: "COMPARE_OPERATION_GE",
		4: "COMPARE_OPERATION_LE",
		5: "COMPARE_OPERATION_NE",
	}
	CompareOperation_value = map[string]int32{
		"COMPARE_OPERATION_EQ": 0,
		"COMPARE_OPERATION_GT": 1,
		"COMPARE_OPERATION_LT": 2,
		"COMPARE_OPERATION_GE": 3,
		"COMPARE_OPERATION_LE": 4,
		"COMPARE_OPERATION_NE": 5,
	}
)

Enum value maps for CompareOperation.

View Source
var (
	FlowFieldLoc_name = map[int32]string{
		0: "FFL_ANY",
		1: "FFL_LINK",
		2: "FFL_PLUGIN_INST",
		3: "FFL_SUBMIT",
	}
	FlowFieldLoc_value = map[string]int32{
		"FFL_ANY":         0,
		"FFL_LINK":        1,
		"FFL_PLUGIN_INST": 2,
		"FFL_SUBMIT":      3,
	}
)

Enum value maps for FlowFieldLoc.

View Source
var (
	Validation_name = map[int32]string{
		0:   "VALIDATION_NONE",
		101: "VALIDATION_CREDITCARD",
		102: "VALIDATION_CVC",
		103: "VALIDATION_MONTH_2_DIGIT",
		104: "VALIDATION_YEAR_4_DIGIT",
		105: "VALIDATION_LAST_4_SSN",
		106: "VALIDATION_US_ZIP",
		201: "VALIDATION_INTEGER",
		202: "VALIDATION_FLOAT",
		203: "VALIDATION_CURRENCY_USD",
		301: "VALIDATION_DATE",
		302: "VALIDATION_DOB",
		401: "VALIDATION_BOOL",
		402: "VALIDATION_REGEX",
		501: "VALIDATION_ROUTING",
		502: "VALIDATION_ACCOUNT",
	}
	Validation_value = map[string]int32{
		"VALIDATION_NONE":          0,
		"VALIDATION_CREDITCARD":    101,
		"VALIDATION_CVC":           102,
		"VALIDATION_MONTH_2_DIGIT": 103,
		"VALIDATION_YEAR_4_DIGIT":  104,
		"VALIDATION_LAST_4_SSN":    105,
		"VALIDATION_US_ZIP":        106,
		"VALIDATION_INTEGER":       201,
		"VALIDATION_FLOAT":         202,
		"VALIDATION_CURRENCY_USD":  203,
		"VALIDATION_DATE":          301,
		"VALIDATION_DOB":           302,
		"VALIDATION_BOOL":          401,
		"VALIDATION_REGEX":         402,
		"VALIDATION_ROUTING":       501,
		"VALIDATION_ACCOUNT":       502,
	}
)

Enum value maps for Validation.

View Source
var (
	InvoiceDisplayType_name = map[int32]string{
		0:   "UNSPECIFIED",
		1:   "AMOUNT_DUE",
		2:   "SERVICE_DATE",
		3:   "INVOICE_NUMBER",
		4:   "ITEM_QUANTITY",
		5:   "ITEM_NAME",
		6:   "ITEM_DESCRIPTION",
		7:   "ITEM_AMOUNT",
		101: "PAYOR_ACCOUNT_NUMBER",
		102: "PAYOR_FIRST_NAME",
		103: "PAYOR_LAST_NAME",
		104: "PAYOR_DATE_OF_BIRTH",
		105: "PAYOR_SSN_R4",
		106: "PAYOR_CELL_PHONE",
		107: "PAYOR_HOME_PHONE",
		108: "PAYOR_WORK_PHONE",
		109: "PAYOR_ZIP_CODE",
		201: "PATIENT_ACCOUNT_NUMBER",
		202: "PATIENT_FIRST_NAME",
		203: "PATIENT_LAST_NAME",
		204: "PATIENT_DATE_OF_BIRTH",
		205: "PATIENT_SSN_R4",
		206: "PATIENT_CELL_PHONE",
		207: "PATIENT_HOME_PHONE",
		208: "PATIENT_WORK_PHONE",
		209: "PATIENT_ZIP_CODE",
	}
	InvoiceDisplayType_value = map[string]int32{
		"UNSPECIFIED":            0,
		"AMOUNT_DUE":             1,
		"SERVICE_DATE":           2,
		"INVOICE_NUMBER":         3,
		"ITEM_QUANTITY":          4,
		"ITEM_NAME":              5,
		"ITEM_DESCRIPTION":       6,
		"ITEM_AMOUNT":            7,
		"PAYOR_ACCOUNT_NUMBER":   101,
		"PAYOR_FIRST_NAME":       102,
		"PAYOR_LAST_NAME":        103,
		"PAYOR_DATE_OF_BIRTH":    104,
		"PAYOR_SSN_R4":           105,
		"PAYOR_CELL_PHONE":       106,
		"PAYOR_HOME_PHONE":       107,
		"PAYOR_WORK_PHONE":       108,
		"PAYOR_ZIP_CODE":         109,
		"PATIENT_ACCOUNT_NUMBER": 201,
		"PATIENT_FIRST_NAME":     202,
		"PATIENT_LAST_NAME":      203,
		"PATIENT_DATE_OF_BIRTH":  204,
		"PATIENT_SSN_R4":         205,
		"PATIENT_CELL_PHONE":     206,
		"PATIENT_HOME_PHONE":     207,
		"PATIENT_WORK_PHONE":     208,
		"PATIENT_ZIP_CODE":       209,
	}
)

Enum value maps for InvoiceDisplayType.

View Source
var (
	FieldSource_name = map[int32]string{
		0: "FIELD_SOURCE_NONE",
		1: "FIELD_SOURCE_LINK",
		2: "FIELD_SOURCE_VERIFICATION_DATA",
		3: "FIELD_SOURCE_VERIFICATION_API",
		4: "FIELD_SOURCE_INVOICE_DATA",
		5: "FIELD_SOURCE_INVOICE_API",
		6: "FIELD_SOURCE_PAYMENT_DATA",
		7: "FIELD_SOURCE_PAYMENT_API",
		8: "FIELD_SOURCE_PAYMENT_FORM",
	}
	FieldSource_value = map[string]int32{
		"FIELD_SOURCE_NONE":              0,
		"FIELD_SOURCE_LINK":              1,
		"FIELD_SOURCE_VERIFICATION_DATA": 2,
		"FIELD_SOURCE_VERIFICATION_API":  3,
		"FIELD_SOURCE_INVOICE_DATA":      4,
		"FIELD_SOURCE_INVOICE_API":       5,
		"FIELD_SOURCE_PAYMENT_DATA":      6,
		"FIELD_SOURCE_PAYMENT_API":       7,
		"FIELD_SOURCE_PAYMENT_FORM":      8,
	}
)

Enum value maps for FieldSource.

View Source
var (
	FlowType_name = map[int32]string{
		0: "FLOW_TYPE_UNKNOWN",
		1: "FLOW_TYPE_INVOICE",
		2: "FLOW_TYPE_PAYMENT",
		3: "FLOW_TYPE_VERIFICATION",
		4: "FLOW_TYPE_EXECUTE",
	}
	FlowType_value = map[string]int32{
		"FLOW_TYPE_UNKNOWN":      0,
		"FLOW_TYPE_INVOICE":      1,
		"FLOW_TYPE_PAYMENT":      2,
		"FLOW_TYPE_VERIFICATION": 3,
		"FLOW_TYPE_EXECUTE":      4,
	}
)

Enum value maps for FlowType.

View Source
var File_api_commons_integrations_integrations_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CompareOperation

type CompareOperation int32

CompareOperation represents a comparison that can be done on on 'Value' structs

const (
	// equal to ==
	CompareOperation_COMPARE_OPERATION_EQ CompareOperation = 0
	// greater than >
	CompareOperation_COMPARE_OPERATION_GT CompareOperation = 1
	// less than <
	CompareOperation_COMPARE_OPERATION_LT CompareOperation = 2
	// greater or equal >=
	CompareOperation_COMPARE_OPERATION_GE CompareOperation = 3
	// less or equal <=
	CompareOperation_COMPARE_OPERATION_LE CompareOperation = 4
	// !=
	CompareOperation_COMPARE_OPERATION_NE CompareOperation = 5
)

func (CompareOperation) Descriptor

func (CompareOperation) Enum

func (CompareOperation) EnumDescriptor deprecated

func (CompareOperation) EnumDescriptor() ([]byte, []int)

Deprecated: Use CompareOperation.Descriptor instead.

func (CompareOperation) Number

func (CompareOperation) String

func (x CompareOperation) String() string

func (CompareOperation) Type

type ExacutePianoAddPayment added in v1.7.69

type ExacutePianoAddPayment struct {
	// contains filtered or unexported fields
}

func (*ExacutePianoAddPayment) Descriptor deprecated added in v1.7.69

func (*ExacutePianoAddPayment) Descriptor() ([]byte, []int)

Deprecated: Use ExacutePianoAddPayment.ProtoReflect.Descriptor instead.

func (*ExacutePianoAddPayment) ProtoMessage added in v1.7.69

func (*ExacutePianoAddPayment) ProtoMessage()

func (*ExacutePianoAddPayment) ProtoReflect added in v1.7.69

func (x *ExacutePianoAddPayment) ProtoReflect() protoreflect.Message

func (*ExacutePianoAddPayment) Reset added in v1.7.69

func (x *ExacutePianoAddPayment) Reset()

func (*ExacutePianoAddPayment) String added in v1.7.69

func (x *ExacutePianoAddPayment) String() string

type ExacutePianoUpdatePayment added in v1.7.69

type ExacutePianoUpdatePayment struct {
	// contains filtered or unexported fields
}

func (*ExacutePianoUpdatePayment) Descriptor deprecated added in v1.7.69

func (*ExacutePianoUpdatePayment) Descriptor() ([]byte, []int)

Deprecated: Use ExacutePianoUpdatePayment.ProtoReflect.Descriptor instead.

func (*ExacutePianoUpdatePayment) ProtoMessage added in v1.7.69

func (*ExacutePianoUpdatePayment) ProtoMessage()

func (*ExacutePianoUpdatePayment) ProtoReflect added in v1.7.69

func (*ExacutePianoUpdatePayment) Reset added in v1.7.69

func (x *ExacutePianoUpdatePayment) Reset()

func (*ExacutePianoUpdatePayment) String added in v1.7.69

func (x *ExacutePianoUpdatePayment) String() string

type ExecuteAthenahealthCcPayment

type ExecuteAthenahealthCcPayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteAthenahealthCcPayment) Descriptor deprecated

func (*ExecuteAthenahealthCcPayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteAthenahealthCcPayment.ProtoReflect.Descriptor instead.

func (*ExecuteAthenahealthCcPayment) ProtoMessage

func (*ExecuteAthenahealthCcPayment) ProtoMessage()

func (*ExecuteAthenahealthCcPayment) ProtoReflect

func (*ExecuteAthenahealthCcPayment) Reset

func (x *ExecuteAthenahealthCcPayment) Reset()

func (*ExecuteAthenahealthCcPayment) String

type ExecuteAthenahealthGetPatients

type ExecuteAthenahealthGetPatients struct {
	// contains filtered or unexported fields
}

func (*ExecuteAthenahealthGetPatients) Descriptor deprecated

func (*ExecuteAthenahealthGetPatients) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteAthenahealthGetPatients.ProtoReflect.Descriptor instead.

func (*ExecuteAthenahealthGetPatients) ProtoMessage

func (*ExecuteAthenahealthGetPatients) ProtoMessage()

func (*ExecuteAthenahealthGetPatients) ProtoReflect

func (*ExecuteAthenahealthGetPatients) Reset

func (x *ExecuteAthenahealthGetPatients) Reset()

func (*ExecuteAthenahealthGetPatients) String

type ExecuteAthenahealthGetPatientsWithId

type ExecuteAthenahealthGetPatientsWithId struct {
	// contains filtered or unexported fields
}

func (*ExecuteAthenahealthGetPatientsWithId) Descriptor deprecated

func (*ExecuteAthenahealthGetPatientsWithId) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteAthenahealthGetPatientsWithId.ProtoReflect.Descriptor instead.

func (*ExecuteAthenahealthGetPatientsWithId) ProtoMessage

func (*ExecuteAthenahealthGetPatientsWithId) ProtoMessage()

func (*ExecuteAthenahealthGetPatientsWithId) ProtoReflect

func (*ExecuteAthenahealthGetPatientsWithId) Reset

func (*ExecuteAthenahealthGetPatientsWithId) String

type ExecuteAuthorizenetApplePayTransaction

type ExecuteAuthorizenetApplePayTransaction struct {
	// contains filtered or unexported fields
}

func (*ExecuteAuthorizenetApplePayTransaction) Descriptor deprecated

func (*ExecuteAuthorizenetApplePayTransaction) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteAuthorizenetApplePayTransaction.ProtoReflect.Descriptor instead.

func (*ExecuteAuthorizenetApplePayTransaction) ProtoMessage

func (*ExecuteAuthorizenetApplePayTransaction) ProtoReflect

func (*ExecuteAuthorizenetApplePayTransaction) Reset

func (*ExecuteAuthorizenetApplePayTransaction) String

type ExecuteAuthorizenetChargeCreditCard

type ExecuteAuthorizenetChargeCreditCard struct {
	// contains filtered or unexported fields
}

func (*ExecuteAuthorizenetChargeCreditCard) Descriptor deprecated

func (*ExecuteAuthorizenetChargeCreditCard) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteAuthorizenetChargeCreditCard.ProtoReflect.Descriptor instead.

func (*ExecuteAuthorizenetChargeCreditCard) ProtoMessage

func (*ExecuteAuthorizenetChargeCreditCard) ProtoMessage()

func (*ExecuteAuthorizenetChargeCreditCard) ProtoReflect

func (*ExecuteAuthorizenetChargeCreditCard) Reset

func (*ExecuteAuthorizenetChargeCreditCard) String

type ExecuteAuthorizenetCreateCustomerPaymentProfile

type ExecuteAuthorizenetCreateCustomerPaymentProfile struct {
	// contains filtered or unexported fields
}

func (*ExecuteAuthorizenetCreateCustomerPaymentProfile) Descriptor deprecated

Deprecated: Use ExecuteAuthorizenetCreateCustomerPaymentProfile.ProtoReflect.Descriptor instead.

func (*ExecuteAuthorizenetCreateCustomerPaymentProfile) ProtoMessage

func (*ExecuteAuthorizenetCreateCustomerPaymentProfile) ProtoReflect

func (*ExecuteAuthorizenetCreateCustomerPaymentProfile) Reset

func (*ExecuteAuthorizenetCreateCustomerPaymentProfile) String

type ExecuteAuthorizenetDebitBankAccount

type ExecuteAuthorizenetDebitBankAccount struct {
	// contains filtered or unexported fields
}

func (*ExecuteAuthorizenetDebitBankAccount) Descriptor deprecated

func (*ExecuteAuthorizenetDebitBankAccount) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteAuthorizenetDebitBankAccount.ProtoReflect.Descriptor instead.

func (*ExecuteAuthorizenetDebitBankAccount) ProtoMessage

func (*ExecuteAuthorizenetDebitBankAccount) ProtoMessage()

func (*ExecuteAuthorizenetDebitBankAccount) ProtoReflect

func (*ExecuteAuthorizenetDebitBankAccount) Reset

func (*ExecuteAuthorizenetDebitBankAccount) String

type ExecuteAuthorizenetGooglePayTransaction

type ExecuteAuthorizenetGooglePayTransaction struct {
	// contains filtered or unexported fields
}

func (*ExecuteAuthorizenetGooglePayTransaction) Descriptor deprecated

func (*ExecuteAuthorizenetGooglePayTransaction) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteAuthorizenetGooglePayTransaction.ProtoReflect.Descriptor instead.

func (*ExecuteAuthorizenetGooglePayTransaction) ProtoMessage

func (*ExecuteAuthorizenetGooglePayTransaction) ProtoReflect

func (*ExecuteAuthorizenetGooglePayTransaction) Reset

func (*ExecuteAuthorizenetGooglePayTransaction) String

type ExecuteAuthorizenetPayPalAuthCapture

type ExecuteAuthorizenetPayPalAuthCapture struct {
	// contains filtered or unexported fields
}

func (*ExecuteAuthorizenetPayPalAuthCapture) Descriptor deprecated

func (*ExecuteAuthorizenetPayPalAuthCapture) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteAuthorizenetPayPalAuthCapture.ProtoReflect.Descriptor instead.

func (*ExecuteAuthorizenetPayPalAuthCapture) ProtoMessage

func (*ExecuteAuthorizenetPayPalAuthCapture) ProtoMessage()

func (*ExecuteAuthorizenetPayPalAuthCapture) ProtoReflect

func (*ExecuteAuthorizenetPayPalAuthCapture) Reset

func (*ExecuteAuthorizenetPayPalAuthCapture) String

type ExecuteAuthorizenetPaypalTransaction

type ExecuteAuthorizenetPaypalTransaction struct {
	// contains filtered or unexported fields
}

func (*ExecuteAuthorizenetPaypalTransaction) Descriptor deprecated

func (*ExecuteAuthorizenetPaypalTransaction) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteAuthorizenetPaypalTransaction.ProtoReflect.Descriptor instead.

func (*ExecuteAuthorizenetPaypalTransaction) ProtoMessage

func (*ExecuteAuthorizenetPaypalTransaction) ProtoMessage()

func (*ExecuteAuthorizenetPaypalTransaction) ProtoReflect

func (*ExecuteAuthorizenetPaypalTransaction) Reset

func (*ExecuteAuthorizenetPaypalTransaction) String

type ExecuteAxiaSubmitSaleRequestByCc

type ExecuteAxiaSubmitSaleRequestByCc struct {
	// contains filtered or unexported fields
}

func (*ExecuteAxiaSubmitSaleRequestByCc) Descriptor deprecated

func (*ExecuteAxiaSubmitSaleRequestByCc) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteAxiaSubmitSaleRequestByCc.ProtoReflect.Descriptor instead.

func (*ExecuteAxiaSubmitSaleRequestByCc) ProtoMessage

func (*ExecuteAxiaSubmitSaleRequestByCc) ProtoMessage()

func (*ExecuteAxiaSubmitSaleRequestByCc) ProtoReflect

func (*ExecuteAxiaSubmitSaleRequestByCc) Reset

func (*ExecuteAxiaSubmitSaleRequestByCc) String

type ExecuteAxiaSubmitSaleRequestByCheck

type ExecuteAxiaSubmitSaleRequestByCheck struct {
	// contains filtered or unexported fields
}

func (*ExecuteAxiaSubmitSaleRequestByCheck) Descriptor deprecated

func (*ExecuteAxiaSubmitSaleRequestByCheck) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteAxiaSubmitSaleRequestByCheck.ProtoReflect.Descriptor instead.

func (*ExecuteAxiaSubmitSaleRequestByCheck) ProtoMessage

func (*ExecuteAxiaSubmitSaleRequestByCheck) ProtoMessage()

func (*ExecuteAxiaSubmitSaleRequestByCheck) ProtoReflect

func (*ExecuteAxiaSubmitSaleRequestByCheck) Reset

func (*ExecuteAxiaSubmitSaleRequestByCheck) String

type ExecuteAxiamedfusionAchTransaction

type ExecuteAxiamedfusionAchTransaction struct {
	// contains filtered or unexported fields
}

func (*ExecuteAxiamedfusionAchTransaction) Descriptor deprecated

func (*ExecuteAxiamedfusionAchTransaction) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteAxiamedfusionAchTransaction.ProtoReflect.Descriptor instead.

func (*ExecuteAxiamedfusionAchTransaction) ProtoMessage

func (*ExecuteAxiamedfusionAchTransaction) ProtoMessage()

func (*ExecuteAxiamedfusionAchTransaction) ProtoReflect

func (*ExecuteAxiamedfusionAchTransaction) Reset

func (*ExecuteAxiamedfusionAchTransaction) String

type ExecuteAxiamedfusionCardVerify

type ExecuteAxiamedfusionCardVerify struct {
	// contains filtered or unexported fields
}

func (*ExecuteAxiamedfusionCardVerify) Descriptor deprecated

func (*ExecuteAxiamedfusionCardVerify) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteAxiamedfusionCardVerify.ProtoReflect.Descriptor instead.

func (*ExecuteAxiamedfusionCardVerify) ProtoMessage

func (*ExecuteAxiamedfusionCardVerify) ProtoMessage()

func (*ExecuteAxiamedfusionCardVerify) ProtoReflect

func (*ExecuteAxiamedfusionCardVerify) Reset

func (x *ExecuteAxiamedfusionCardVerify) Reset()

func (*ExecuteAxiamedfusionCardVerify) String

type ExecuteAxiamedfusionCcTransaction

type ExecuteAxiamedfusionCcTransaction struct {
	// contains filtered or unexported fields
}

func (*ExecuteAxiamedfusionCcTransaction) Descriptor deprecated

func (*ExecuteAxiamedfusionCcTransaction) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteAxiamedfusionCcTransaction.ProtoReflect.Descriptor instead.

func (*ExecuteAxiamedfusionCcTransaction) ProtoMessage

func (*ExecuteAxiamedfusionCcTransaction) ProtoMessage()

func (*ExecuteAxiamedfusionCcTransaction) ProtoReflect

func (*ExecuteAxiamedfusionCcTransaction) Reset

func (*ExecuteAxiamedfusionCcTransaction) String

type ExecuteBamboraSubmitAchPayments

type ExecuteBamboraSubmitAchPayments struct {
	// contains filtered or unexported fields
}

func (*ExecuteBamboraSubmitAchPayments) Descriptor deprecated

func (*ExecuteBamboraSubmitAchPayments) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteBamboraSubmitAchPayments.ProtoReflect.Descriptor instead.

func (*ExecuteBamboraSubmitAchPayments) ProtoMessage

func (*ExecuteBamboraSubmitAchPayments) ProtoMessage()

func (*ExecuteBamboraSubmitAchPayments) ProtoReflect

func (*ExecuteBamboraSubmitAchPayments) Reset

func (*ExecuteBamboraSubmitAchPayments) String

type ExecuteBamboraSubmitCcPayments

type ExecuteBamboraSubmitCcPayments struct {
	// contains filtered or unexported fields
}

func (*ExecuteBamboraSubmitCcPayments) Descriptor deprecated

func (*ExecuteBamboraSubmitCcPayments) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteBamboraSubmitCcPayments.ProtoReflect.Descriptor instead.

func (*ExecuteBamboraSubmitCcPayments) ProtoMessage

func (*ExecuteBamboraSubmitCcPayments) ProtoMessage()

func (*ExecuteBamboraSubmitCcPayments) ProtoReflect

func (*ExecuteBamboraSubmitCcPayments) Reset

func (x *ExecuteBamboraSubmitCcPayments) Reset()

func (*ExecuteBamboraSubmitCcPayments) String

type ExecuteBillingtreeSubmitCardSaleRequest

type ExecuteBillingtreeSubmitCardSaleRequest struct {
	// contains filtered or unexported fields
}

func (*ExecuteBillingtreeSubmitCardSaleRequest) Descriptor deprecated

func (*ExecuteBillingtreeSubmitCardSaleRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteBillingtreeSubmitCardSaleRequest.ProtoReflect.Descriptor instead.

func (*ExecuteBillingtreeSubmitCardSaleRequest) ProtoMessage

func (*ExecuteBillingtreeSubmitCardSaleRequest) ProtoReflect

func (*ExecuteBillingtreeSubmitCardSaleRequest) Reset

func (*ExecuteBillingtreeSubmitCardSaleRequest) String

type ExecuteBraintreeBankSale

type ExecuteBraintreeBankSale struct {
	// contains filtered or unexported fields
}

func (*ExecuteBraintreeBankSale) Descriptor deprecated

func (*ExecuteBraintreeBankSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteBraintreeBankSale.ProtoReflect.Descriptor instead.

func (*ExecuteBraintreeBankSale) ProtoMessage

func (*ExecuteBraintreeBankSale) ProtoMessage()

func (*ExecuteBraintreeBankSale) ProtoReflect

func (x *ExecuteBraintreeBankSale) ProtoReflect() protoreflect.Message

func (*ExecuteBraintreeBankSale) Reset

func (x *ExecuteBraintreeBankSale) Reset()

func (*ExecuteBraintreeBankSale) String

func (x *ExecuteBraintreeBankSale) String() string

type ExecuteBraintreeCreditSale

type ExecuteBraintreeCreditSale struct {
	// contains filtered or unexported fields
}

execute flows

func (*ExecuteBraintreeCreditSale) Descriptor deprecated

func (*ExecuteBraintreeCreditSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteBraintreeCreditSale.ProtoReflect.Descriptor instead.

func (*ExecuteBraintreeCreditSale) ProtoMessage

func (*ExecuteBraintreeCreditSale) ProtoMessage()

func (*ExecuteBraintreeCreditSale) ProtoReflect

func (*ExecuteBraintreeCreditSale) Reset

func (x *ExecuteBraintreeCreditSale) Reset()

func (*ExecuteBraintreeCreditSale) String

func (x *ExecuteBraintreeCreditSale) String() string

type ExecuteBrainworksGetCodesOrTypes

type ExecuteBrainworksGetCodesOrTypes struct {
	// contains filtered or unexported fields
}

func (*ExecuteBrainworksGetCodesOrTypes) Descriptor deprecated

func (*ExecuteBrainworksGetCodesOrTypes) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteBrainworksGetCodesOrTypes.ProtoReflect.Descriptor instead.

func (*ExecuteBrainworksGetCodesOrTypes) ProtoMessage

func (*ExecuteBrainworksGetCodesOrTypes) ProtoMessage()

func (*ExecuteBrainworksGetCodesOrTypes) ProtoReflect

func (*ExecuteBrainworksGetCodesOrTypes) Reset

func (*ExecuteBrainworksGetCodesOrTypes) String

type ExecuteBrainworksGetComplaints

type ExecuteBrainworksGetComplaints struct {
	// contains filtered or unexported fields
}

func (*ExecuteBrainworksGetComplaints) Descriptor deprecated

func (*ExecuteBrainworksGetComplaints) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteBrainworksGetComplaints.ProtoReflect.Descriptor instead.

func (*ExecuteBrainworksGetComplaints) ProtoMessage

func (*ExecuteBrainworksGetComplaints) ProtoMessage()

func (*ExecuteBrainworksGetComplaints) ProtoReflect

func (*ExecuteBrainworksGetComplaints) Reset

func (x *ExecuteBrainworksGetComplaints) Reset()

func (*ExecuteBrainworksGetComplaints) String

type ExecuteBrainworksGetCustomerByCustId

type ExecuteBrainworksGetCustomerByCustId struct {
	// contains filtered or unexported fields
}

func (*ExecuteBrainworksGetCustomerByCustId) Descriptor deprecated

func (*ExecuteBrainworksGetCustomerByCustId) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteBrainworksGetCustomerByCustId.ProtoReflect.Descriptor instead.

func (*ExecuteBrainworksGetCustomerByCustId) ProtoMessage

func (*ExecuteBrainworksGetCustomerByCustId) ProtoMessage()

func (*ExecuteBrainworksGetCustomerByCustId) ProtoReflect

func (*ExecuteBrainworksGetCustomerByCustId) Reset

func (*ExecuteBrainworksGetCustomerByCustId) String

type ExecuteBrainworksGetCustomerByCustIdV2

type ExecuteBrainworksGetCustomerByCustIdV2 struct {
	// contains filtered or unexported fields
}

func (*ExecuteBrainworksGetCustomerByCustIdV2) Descriptor deprecated

func (*ExecuteBrainworksGetCustomerByCustIdV2) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteBrainworksGetCustomerByCustIdV2.ProtoReflect.Descriptor instead.

func (*ExecuteBrainworksGetCustomerByCustIdV2) ProtoMessage

func (*ExecuteBrainworksGetCustomerByCustIdV2) ProtoReflect

func (*ExecuteBrainworksGetCustomerByCustIdV2) Reset

func (*ExecuteBrainworksGetCustomerByCustIdV2) String

type ExecuteBrainworksGetCustomersByPhone

type ExecuteBrainworksGetCustomersByPhone struct {
	// contains filtered or unexported fields
}

func (*ExecuteBrainworksGetCustomersByPhone) Descriptor deprecated

func (*ExecuteBrainworksGetCustomersByPhone) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteBrainworksGetCustomersByPhone.ProtoReflect.Descriptor instead.

func (*ExecuteBrainworksGetCustomersByPhone) ProtoMessage

func (*ExecuteBrainworksGetCustomersByPhone) ProtoMessage()

func (*ExecuteBrainworksGetCustomersByPhone) ProtoReflect

func (*ExecuteBrainworksGetCustomersByPhone) Reset

func (*ExecuteBrainworksGetCustomersByPhone) String

type ExecuteBrainworksGetSuspends

type ExecuteBrainworksGetSuspends struct {
	// contains filtered or unexported fields
}

func (*ExecuteBrainworksGetSuspends) Descriptor deprecated

func (*ExecuteBrainworksGetSuspends) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteBrainworksGetSuspends.ProtoReflect.Descriptor instead.

func (*ExecuteBrainworksGetSuspends) ProtoMessage

func (*ExecuteBrainworksGetSuspends) ProtoMessage()

func (*ExecuteBrainworksGetSuspends) ProtoReflect

func (*ExecuteBrainworksGetSuspends) Reset

func (x *ExecuteBrainworksGetSuspends) Reset()

func (*ExecuteBrainworksGetSuspends) String

type ExecuteBrainworksSendComplaint

type ExecuteBrainworksSendComplaint struct {
	// contains filtered or unexported fields
}

func (*ExecuteBrainworksSendComplaint) Descriptor deprecated

func (*ExecuteBrainworksSendComplaint) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteBrainworksSendComplaint.ProtoReflect.Descriptor instead.

func (*ExecuteBrainworksSendComplaint) ProtoMessage

func (*ExecuteBrainworksSendComplaint) ProtoMessage()

func (*ExecuteBrainworksSendComplaint) ProtoReflect

func (*ExecuteBrainworksSendComplaint) Reset

func (x *ExecuteBrainworksSendComplaint) Reset()

func (*ExecuteBrainworksSendComplaint) String

type ExecuteBrainworksStartSuspends

type ExecuteBrainworksStartSuspends struct {
	// contains filtered or unexported fields
}

func (*ExecuteBrainworksStartSuspends) Descriptor deprecated

func (*ExecuteBrainworksStartSuspends) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteBrainworksStartSuspends.ProtoReflect.Descriptor instead.

func (*ExecuteBrainworksStartSuspends) ProtoMessage

func (*ExecuteBrainworksStartSuspends) ProtoMessage()

func (*ExecuteBrainworksStartSuspends) ProtoReflect

func (*ExecuteBrainworksStartSuspends) Reset

func (x *ExecuteBrainworksStartSuspends) Reset()

func (*ExecuteBrainworksStartSuspends) String

type ExecuteBrainworksStopSuspends

type ExecuteBrainworksStopSuspends struct {
	// contains filtered or unexported fields
}

func (*ExecuteBrainworksStopSuspends) Descriptor deprecated

func (*ExecuteBrainworksStopSuspends) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteBrainworksStopSuspends.ProtoReflect.Descriptor instead.

func (*ExecuteBrainworksStopSuspends) ProtoMessage

func (*ExecuteBrainworksStopSuspends) ProtoMessage()

func (*ExecuteBrainworksStopSuspends) ProtoReflect

func (*ExecuteBrainworksStopSuspends) Reset

func (x *ExecuteBrainworksStopSuspends) Reset()

func (*ExecuteBrainworksStopSuspends) String

type ExecuteCircproAccountInquiry

type ExecuteCircproAccountInquiry struct {
	// contains filtered or unexported fields
}

func (*ExecuteCircproAccountInquiry) Descriptor deprecated

func (*ExecuteCircproAccountInquiry) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCircproAccountInquiry.ProtoReflect.Descriptor instead.

func (*ExecuteCircproAccountInquiry) ProtoMessage

func (*ExecuteCircproAccountInquiry) ProtoMessage()

func (*ExecuteCircproAccountInquiry) ProtoReflect

func (*ExecuteCircproAccountInquiry) Reset

func (x *ExecuteCircproAccountInquiry) Reset()

func (*ExecuteCircproAccountInquiry) String

type ExecuteCircproAccountInquiryWithTax

type ExecuteCircproAccountInquiryWithTax struct {
	// contains filtered or unexported fields
}

func (*ExecuteCircproAccountInquiryWithTax) Descriptor deprecated

func (*ExecuteCircproAccountInquiryWithTax) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCircproAccountInquiryWithTax.ProtoReflect.Descriptor instead.

func (*ExecuteCircproAccountInquiryWithTax) ProtoMessage

func (*ExecuteCircproAccountInquiryWithTax) ProtoMessage()

func (*ExecuteCircproAccountInquiryWithTax) ProtoReflect

func (*ExecuteCircproAccountInquiryWithTax) Reset

func (*ExecuteCircproAccountInquiryWithTax) String

type ExecuteCircproAccountInquiryWithTaxBundle

type ExecuteCircproAccountInquiryWithTaxBundle struct {
	// contains filtered or unexported fields
}

func (*ExecuteCircproAccountInquiryWithTaxBundle) Descriptor deprecated

func (*ExecuteCircproAccountInquiryWithTaxBundle) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCircproAccountInquiryWithTaxBundle.ProtoReflect.Descriptor instead.

func (*ExecuteCircproAccountInquiryWithTaxBundle) ProtoMessage

func (*ExecuteCircproAccountInquiryWithTaxBundle) ProtoReflect

func (*ExecuteCircproAccountInquiryWithTaxBundle) Reset

func (*ExecuteCircproAccountInquiryWithTaxBundle) String

type ExecuteCircproComplaintCodes

type ExecuteCircproComplaintCodes struct {
	// contains filtered or unexported fields
}

func (*ExecuteCircproComplaintCodes) Descriptor deprecated

func (*ExecuteCircproComplaintCodes) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCircproComplaintCodes.ProtoReflect.Descriptor instead.

func (*ExecuteCircproComplaintCodes) ProtoMessage

func (*ExecuteCircproComplaintCodes) ProtoMessage()

func (*ExecuteCircproComplaintCodes) ProtoReflect

func (*ExecuteCircproComplaintCodes) Reset

func (x *ExecuteCircproComplaintCodes) Reset()

func (*ExecuteCircproComplaintCodes) String

type ExecuteCircproComplaintInquiry

type ExecuteCircproComplaintInquiry struct {
	// contains filtered or unexported fields
}

func (*ExecuteCircproComplaintInquiry) Descriptor deprecated

func (*ExecuteCircproComplaintInquiry) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCircproComplaintInquiry.ProtoReflect.Descriptor instead.

func (*ExecuteCircproComplaintInquiry) ProtoMessage

func (*ExecuteCircproComplaintInquiry) ProtoMessage()

func (*ExecuteCircproComplaintInquiry) ProtoReflect

func (*ExecuteCircproComplaintInquiry) Reset

func (x *ExecuteCircproComplaintInquiry) Reset()

func (*ExecuteCircproComplaintInquiry) String

type ExecuteCircproComplaintUpdate

type ExecuteCircproComplaintUpdate struct {
	// contains filtered or unexported fields
}

func (*ExecuteCircproComplaintUpdate) Descriptor deprecated

func (*ExecuteCircproComplaintUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCircproComplaintUpdate.ProtoReflect.Descriptor instead.

func (*ExecuteCircproComplaintUpdate) ProtoMessage

func (*ExecuteCircproComplaintUpdate) ProtoMessage()

func (*ExecuteCircproComplaintUpdate) ProtoReflect

func (*ExecuteCircproComplaintUpdate) Reset

func (x *ExecuteCircproComplaintUpdate) Reset()

func (*ExecuteCircproComplaintUpdate) String

type ExecuteCircproLawGetCustomers

type ExecuteCircproLawGetCustomers struct {
	// contains filtered or unexported fields
}

func (*ExecuteCircproLawGetCustomers) Descriptor deprecated

func (*ExecuteCircproLawGetCustomers) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCircproLawGetCustomers.ProtoReflect.Descriptor instead.

func (*ExecuteCircproLawGetCustomers) ProtoMessage

func (*ExecuteCircproLawGetCustomers) ProtoMessage()

func (*ExecuteCircproLawGetCustomers) ProtoReflect

func (*ExecuteCircproLawGetCustomers) Reset

func (x *ExecuteCircproLawGetCustomers) Reset()

func (*ExecuteCircproLawGetCustomers) String

type ExecuteCircproLawGetPaymentTypes added in v1.7.69

type ExecuteCircproLawGetPaymentTypes struct {
	// contains filtered or unexported fields
}

func (*ExecuteCircproLawGetPaymentTypes) Descriptor deprecated added in v1.7.69

func (*ExecuteCircproLawGetPaymentTypes) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCircproLawGetPaymentTypes.ProtoReflect.Descriptor instead.

func (*ExecuteCircproLawGetPaymentTypes) ProtoMessage added in v1.7.69

func (*ExecuteCircproLawGetPaymentTypes) ProtoMessage()

func (*ExecuteCircproLawGetPaymentTypes) ProtoReflect added in v1.7.69

func (*ExecuteCircproLawGetPaymentTypes) Reset added in v1.7.69

func (*ExecuteCircproLawGetPaymentTypes) String added in v1.7.69

type ExecuteCircproLawImmediatePayment

type ExecuteCircproLawImmediatePayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteCircproLawImmediatePayment) Descriptor deprecated

func (*ExecuteCircproLawImmediatePayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCircproLawImmediatePayment.ProtoReflect.Descriptor instead.

func (*ExecuteCircproLawImmediatePayment) ProtoMessage

func (*ExecuteCircproLawImmediatePayment) ProtoMessage()

func (*ExecuteCircproLawImmediatePayment) ProtoReflect

func (*ExecuteCircproLawImmediatePayment) Reset

func (*ExecuteCircproLawImmediatePayment) String

type ExecuteCircproLawUpdateDataWithPac

type ExecuteCircproLawUpdateDataWithPac struct {
	// contains filtered or unexported fields
}

func (*ExecuteCircproLawUpdateDataWithPac) Descriptor deprecated

func (*ExecuteCircproLawUpdateDataWithPac) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCircproLawUpdateDataWithPac.ProtoReflect.Descriptor instead.

func (*ExecuteCircproLawUpdateDataWithPac) ProtoMessage

func (*ExecuteCircproLawUpdateDataWithPac) ProtoMessage()

func (*ExecuteCircproLawUpdateDataWithPac) ProtoReflect

func (*ExecuteCircproLawUpdateDataWithPac) Reset

func (*ExecuteCircproLawUpdateDataWithPac) String

type ExecuteCircproPhoneLookup

type ExecuteCircproPhoneLookup struct {
	// contains filtered or unexported fields
}

func (*ExecuteCircproPhoneLookup) Descriptor deprecated

func (*ExecuteCircproPhoneLookup) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCircproPhoneLookup.ProtoReflect.Descriptor instead.

func (*ExecuteCircproPhoneLookup) ProtoMessage

func (*ExecuteCircproPhoneLookup) ProtoMessage()

func (*ExecuteCircproPhoneLookup) ProtoReflect

func (*ExecuteCircproPhoneLookup) Reset

func (x *ExecuteCircproPhoneLookup) Reset()

func (*ExecuteCircproPhoneLookup) String

func (x *ExecuteCircproPhoneLookup) String() string

type ExecuteCircproPhoneLookupWithBundle

type ExecuteCircproPhoneLookupWithBundle struct {
	// contains filtered or unexported fields
}

func (*ExecuteCircproPhoneLookupWithBundle) Descriptor deprecated

func (*ExecuteCircproPhoneLookupWithBundle) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCircproPhoneLookupWithBundle.ProtoReflect.Descriptor instead.

func (*ExecuteCircproPhoneLookupWithBundle) ProtoMessage

func (*ExecuteCircproPhoneLookupWithBundle) ProtoMessage()

func (*ExecuteCircproPhoneLookupWithBundle) ProtoReflect

func (*ExecuteCircproPhoneLookupWithBundle) Reset

func (*ExecuteCircproPhoneLookupWithBundle) String

type ExecuteCircproRestartUpdate

type ExecuteCircproRestartUpdate struct {
	// contains filtered or unexported fields
}

func (*ExecuteCircproRestartUpdate) Descriptor deprecated

func (*ExecuteCircproRestartUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCircproRestartUpdate.ProtoReflect.Descriptor instead.

func (*ExecuteCircproRestartUpdate) ProtoMessage

func (*ExecuteCircproRestartUpdate) ProtoMessage()

func (*ExecuteCircproRestartUpdate) ProtoReflect

func (*ExecuteCircproRestartUpdate) Reset

func (x *ExecuteCircproRestartUpdate) Reset()

func (*ExecuteCircproRestartUpdate) String

func (x *ExecuteCircproRestartUpdate) String() string

type ExecuteCircproVacationRestartInquiry

type ExecuteCircproVacationRestartInquiry struct {
	// contains filtered or unexported fields
}

func (*ExecuteCircproVacationRestartInquiry) Descriptor deprecated

func (*ExecuteCircproVacationRestartInquiry) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCircproVacationRestartInquiry.ProtoReflect.Descriptor instead.

func (*ExecuteCircproVacationRestartInquiry) ProtoMessage

func (*ExecuteCircproVacationRestartInquiry) ProtoMessage()

func (*ExecuteCircproVacationRestartInquiry) ProtoReflect

func (*ExecuteCircproVacationRestartInquiry) Reset

func (*ExecuteCircproVacationRestartInquiry) String

type ExecuteCircproVacationUpdate

type ExecuteCircproVacationUpdate struct {
	// contains filtered or unexported fields
}

func (*ExecuteCircproVacationUpdate) Descriptor deprecated

func (*ExecuteCircproVacationUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCircproVacationUpdate.ProtoReflect.Descriptor instead.

func (*ExecuteCircproVacationUpdate) ProtoMessage

func (*ExecuteCircproVacationUpdate) ProtoMessage()

func (*ExecuteCircproVacationUpdate) ProtoReflect

func (*ExecuteCircproVacationUpdate) Reset

func (x *ExecuteCircproVacationUpdate) Reset()

func (*ExecuteCircproVacationUpdate) String

type ExecuteCybersourceCreditPayment

type ExecuteCybersourceCreditPayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteCybersourceCreditPayment) Descriptor deprecated

func (*ExecuteCybersourceCreditPayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCybersourceCreditPayment.ProtoReflect.Descriptor instead.

func (*ExecuteCybersourceCreditPayment) ProtoMessage

func (*ExecuteCybersourceCreditPayment) ProtoMessage()

func (*ExecuteCybersourceCreditPayment) ProtoReflect

func (*ExecuteCybersourceCreditPayment) Reset

func (*ExecuteCybersourceCreditPayment) String

type ExecuteCybersourceEcheckPayment

type ExecuteCybersourceEcheckPayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteCybersourceEcheckPayment) Descriptor deprecated

func (*ExecuteCybersourceEcheckPayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteCybersourceEcheckPayment.ProtoReflect.Descriptor instead.

func (*ExecuteCybersourceEcheckPayment) ProtoMessage

func (*ExecuteCybersourceEcheckPayment) ProtoMessage()

func (*ExecuteCybersourceEcheckPayment) ProtoReflect

func (*ExecuteCybersourceEcheckPayment) Reset

func (*ExecuteCybersourceEcheckPayment) String

type ExecuteDallasnewsAchPaymentToken

type ExecuteDallasnewsAchPaymentToken struct {
	// contains filtered or unexported fields
}

func (*ExecuteDallasnewsAchPaymentToken) Descriptor deprecated

func (*ExecuteDallasnewsAchPaymentToken) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteDallasnewsAchPaymentToken.ProtoReflect.Descriptor instead.

func (*ExecuteDallasnewsAchPaymentToken) ProtoMessage

func (*ExecuteDallasnewsAchPaymentToken) ProtoMessage()

func (*ExecuteDallasnewsAchPaymentToken) ProtoReflect

func (*ExecuteDallasnewsAchPaymentToken) Reset

func (*ExecuteDallasnewsAchPaymentToken) String

type ExecuteDallasnewsAddComplaint

type ExecuteDallasnewsAddComplaint struct {
	// contains filtered or unexported fields
}

func (*ExecuteDallasnewsAddComplaint) Descriptor deprecated

func (*ExecuteDallasnewsAddComplaint) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteDallasnewsAddComplaint.ProtoReflect.Descriptor instead.

func (*ExecuteDallasnewsAddComplaint) ProtoMessage

func (*ExecuteDallasnewsAddComplaint) ProtoMessage()

func (*ExecuteDallasnewsAddComplaint) ProtoReflect

func (*ExecuteDallasnewsAddComplaint) Reset

func (x *ExecuteDallasnewsAddComplaint) Reset()

func (*ExecuteDallasnewsAddComplaint) String

type ExecuteDallasnewsCcPaymentToken

type ExecuteDallasnewsCcPaymentToken struct {
	// contains filtered or unexported fields
}

func (*ExecuteDallasnewsCcPaymentToken) Descriptor deprecated

func (*ExecuteDallasnewsCcPaymentToken) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteDallasnewsCcPaymentToken.ProtoReflect.Descriptor instead.

func (*ExecuteDallasnewsCcPaymentToken) ProtoMessage

func (*ExecuteDallasnewsCcPaymentToken) ProtoMessage()

func (*ExecuteDallasnewsCcPaymentToken) ProtoReflect

func (*ExecuteDallasnewsCcPaymentToken) Reset

func (*ExecuteDallasnewsCcPaymentToken) String

type ExecuteDallasnewsCreateVacation

type ExecuteDallasnewsCreateVacation struct {
	// contains filtered or unexported fields
}

func (*ExecuteDallasnewsCreateVacation) Descriptor deprecated

func (*ExecuteDallasnewsCreateVacation) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteDallasnewsCreateVacation.ProtoReflect.Descriptor instead.

func (*ExecuteDallasnewsCreateVacation) ProtoMessage

func (*ExecuteDallasnewsCreateVacation) ProtoMessage()

func (*ExecuteDallasnewsCreateVacation) ProtoReflect

func (*ExecuteDallasnewsCreateVacation) Reset

func (*ExecuteDallasnewsCreateVacation) String

type ExecuteDallasnewsDeleteVacation

type ExecuteDallasnewsDeleteVacation struct {
	// contains filtered or unexported fields
}

func (*ExecuteDallasnewsDeleteVacation) Descriptor deprecated

func (*ExecuteDallasnewsDeleteVacation) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteDallasnewsDeleteVacation.ProtoReflect.Descriptor instead.

func (*ExecuteDallasnewsDeleteVacation) ProtoMessage

func (*ExecuteDallasnewsDeleteVacation) ProtoMessage()

func (*ExecuteDallasnewsDeleteVacation) ProtoReflect

func (*ExecuteDallasnewsDeleteVacation) Reset

func (*ExecuteDallasnewsDeleteVacation) String

type ExecuteDallasnewsGetVacation

type ExecuteDallasnewsGetVacation struct {
	// contains filtered or unexported fields
}

func (*ExecuteDallasnewsGetVacation) Descriptor deprecated

func (*ExecuteDallasnewsGetVacation) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteDallasnewsGetVacation.ProtoReflect.Descriptor instead.

func (*ExecuteDallasnewsGetVacation) ProtoMessage

func (*ExecuteDallasnewsGetVacation) ProtoMessage()

func (*ExecuteDallasnewsGetVacation) ProtoReflect

func (*ExecuteDallasnewsGetVacation) Reset

func (x *ExecuteDallasnewsGetVacation) Reset()

func (*ExecuteDallasnewsGetVacation) String

type ExecuteDallasnewsGetVacationDaysBetween

type ExecuteDallasnewsGetVacationDaysBetween struct {
	// contains filtered or unexported fields
}

func (*ExecuteDallasnewsGetVacationDaysBetween) Descriptor deprecated

func (*ExecuteDallasnewsGetVacationDaysBetween) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteDallasnewsGetVacationDaysBetween.ProtoReflect.Descriptor instead.

func (*ExecuteDallasnewsGetVacationDaysBetween) ProtoMessage

func (*ExecuteDallasnewsGetVacationDaysBetween) ProtoReflect

func (*ExecuteDallasnewsGetVacationDaysBetween) Reset

func (*ExecuteDallasnewsGetVacationDaysBetween) String

type ExecuteDallasnewsGetVacationWithCutoff

type ExecuteDallasnewsGetVacationWithCutoff struct {
	// contains filtered or unexported fields
}

func (*ExecuteDallasnewsGetVacationWithCutoff) Descriptor deprecated

func (*ExecuteDallasnewsGetVacationWithCutoff) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteDallasnewsGetVacationWithCutoff.ProtoReflect.Descriptor instead.

func (*ExecuteDallasnewsGetVacationWithCutoff) ProtoMessage

func (*ExecuteDallasnewsGetVacationWithCutoff) ProtoReflect

func (*ExecuteDallasnewsGetVacationWithCutoff) Reset

func (*ExecuteDallasnewsGetVacationWithCutoff) String

type ExecuteDallasnewsSearchBy

type ExecuteDallasnewsSearchBy struct {
	// contains filtered or unexported fields
}

func (*ExecuteDallasnewsSearchBy) Descriptor deprecated

func (*ExecuteDallasnewsSearchBy) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteDallasnewsSearchBy.ProtoReflect.Descriptor instead.

func (*ExecuteDallasnewsSearchBy) ProtoMessage

func (*ExecuteDallasnewsSearchBy) ProtoMessage()

func (*ExecuteDallasnewsSearchBy) ProtoReflect

func (*ExecuteDallasnewsSearchBy) Reset

func (x *ExecuteDallasnewsSearchBy) Reset()

func (*ExecuteDallasnewsSearchBy) String

func (x *ExecuteDallasnewsSearchBy) String() string

type ExecuteDallasnewsSearchByPhone

type ExecuteDallasnewsSearchByPhone struct {
	// contains filtered or unexported fields
}

func (*ExecuteDallasnewsSearchByPhone) Descriptor deprecated

func (*ExecuteDallasnewsSearchByPhone) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteDallasnewsSearchByPhone.ProtoReflect.Descriptor instead.

func (*ExecuteDallasnewsSearchByPhone) ProtoMessage

func (*ExecuteDallasnewsSearchByPhone) ProtoMessage()

func (*ExecuteDallasnewsSearchByPhone) ProtoReflect

func (*ExecuteDallasnewsSearchByPhone) Reset

func (x *ExecuteDallasnewsSearchByPhone) Reset()

func (*ExecuteDallasnewsSearchByPhone) String

type ExecuteDallasnewsSearchByZipStreet

type ExecuteDallasnewsSearchByZipStreet struct {
	// contains filtered or unexported fields
}

func (*ExecuteDallasnewsSearchByZipStreet) Descriptor deprecated

func (*ExecuteDallasnewsSearchByZipStreet) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteDallasnewsSearchByZipStreet.ProtoReflect.Descriptor instead.

func (*ExecuteDallasnewsSearchByZipStreet) ProtoMessage

func (*ExecuteDallasnewsSearchByZipStreet) ProtoMessage()

func (*ExecuteDallasnewsSearchByZipStreet) ProtoReflect

func (*ExecuteDallasnewsSearchByZipStreet) Reset

func (*ExecuteDallasnewsSearchByZipStreet) String

type ExecuteDallasnewsStopAccount

type ExecuteDallasnewsStopAccount struct {
	// contains filtered or unexported fields
}

func (*ExecuteDallasnewsStopAccount) Descriptor deprecated

func (*ExecuteDallasnewsStopAccount) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteDallasnewsStopAccount.ProtoReflect.Descriptor instead.

func (*ExecuteDallasnewsStopAccount) ProtoMessage

func (*ExecuteDallasnewsStopAccount) ProtoMessage()

func (*ExecuteDallasnewsStopAccount) ProtoReflect

func (*ExecuteDallasnewsStopAccount) Reset

func (x *ExecuteDallasnewsStopAccount) Reset()

func (*ExecuteDallasnewsStopAccount) String

type ExecuteDallasnewsUpdatePhoneNumber

type ExecuteDallasnewsUpdatePhoneNumber struct {
	// contains filtered or unexported fields
}

func (*ExecuteDallasnewsUpdatePhoneNumber) Descriptor deprecated

func (*ExecuteDallasnewsUpdatePhoneNumber) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteDallasnewsUpdatePhoneNumber.ProtoReflect.Descriptor instead.

func (*ExecuteDallasnewsUpdatePhoneNumber) ProtoMessage

func (*ExecuteDallasnewsUpdatePhoneNumber) ProtoMessage()

func (*ExecuteDallasnewsUpdatePhoneNumber) ProtoReflect

func (*ExecuteDallasnewsUpdatePhoneNumber) Reset

func (*ExecuteDallasnewsUpdatePhoneNumber) String

type ExecuteDebugEcho added in v1.7.76

type ExecuteDebugEcho struct {
	// contains filtered or unexported fields
}

func (*ExecuteDebugEcho) Descriptor deprecated added in v1.7.76

func (*ExecuteDebugEcho) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteDebugEcho.ProtoReflect.Descriptor instead.

func (*ExecuteDebugEcho) ProtoMessage added in v1.7.76

func (*ExecuteDebugEcho) ProtoMessage()

func (*ExecuteDebugEcho) ProtoReflect added in v1.7.76

func (x *ExecuteDebugEcho) ProtoReflect() protoreflect.Message

func (*ExecuteDebugEcho) Reset added in v1.7.76

func (x *ExecuteDebugEcho) Reset()

func (*ExecuteDebugEcho) String added in v1.7.76

func (x *ExecuteDebugEcho) String() string

type ExecuteDebugValidate added in v1.7.76

type ExecuteDebugValidate struct {
	// contains filtered or unexported fields
}

func (*ExecuteDebugValidate) Descriptor deprecated added in v1.7.76

func (*ExecuteDebugValidate) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteDebugValidate.ProtoReflect.Descriptor instead.

func (*ExecuteDebugValidate) ProtoMessage added in v1.7.76

func (*ExecuteDebugValidate) ProtoMessage()

func (*ExecuteDebugValidate) ProtoReflect added in v1.7.76

func (x *ExecuteDebugValidate) ProtoReflect() protoreflect.Message

func (*ExecuteDebugValidate) Reset added in v1.7.76

func (x *ExecuteDebugValidate) Reset()

func (*ExecuteDebugValidate) String added in v1.7.76

func (x *ExecuteDebugValidate) String() string

type ExecuteElavonAddInstallment

type ExecuteElavonAddInstallment struct {
	// contains filtered or unexported fields
}

func (*ExecuteElavonAddInstallment) Descriptor deprecated

func (*ExecuteElavonAddInstallment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteElavonAddInstallment.ProtoReflect.Descriptor instead.

func (*ExecuteElavonAddInstallment) ProtoMessage

func (*ExecuteElavonAddInstallment) ProtoMessage()

func (*ExecuteElavonAddInstallment) ProtoReflect

func (*ExecuteElavonAddInstallment) Reset

func (x *ExecuteElavonAddInstallment) Reset()

func (*ExecuteElavonAddInstallment) String

func (x *ExecuteElavonAddInstallment) String() string

type ExecuteElavonAddRecurring

type ExecuteElavonAddRecurring struct {
	// contains filtered or unexported fields
}

func (*ExecuteElavonAddRecurring) Descriptor deprecated

func (*ExecuteElavonAddRecurring) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteElavonAddRecurring.ProtoReflect.Descriptor instead.

func (*ExecuteElavonAddRecurring) ProtoMessage

func (*ExecuteElavonAddRecurring) ProtoMessage()

func (*ExecuteElavonAddRecurring) ProtoReflect

func (*ExecuteElavonAddRecurring) Reset

func (x *ExecuteElavonAddRecurring) Reset()

func (*ExecuteElavonAddRecurring) String

func (x *ExecuteElavonAddRecurring) String() string

type ExecuteElavonCreditCardSale

type ExecuteElavonCreditCardSale struct {
	// contains filtered or unexported fields
}

func (*ExecuteElavonCreditCardSale) Descriptor deprecated

func (*ExecuteElavonCreditCardSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteElavonCreditCardSale.ProtoReflect.Descriptor instead.

func (*ExecuteElavonCreditCardSale) ProtoMessage

func (*ExecuteElavonCreditCardSale) ProtoMessage()

func (*ExecuteElavonCreditCardSale) ProtoReflect

func (*ExecuteElavonCreditCardSale) Reset

func (x *ExecuteElavonCreditCardSale) Reset()

func (*ExecuteElavonCreditCardSale) String

func (x *ExecuteElavonCreditCardSale) String() string

type ExecuteElavonDccResponse

type ExecuteElavonDccResponse struct {
	// contains filtered or unexported fields
}

func (*ExecuteElavonDccResponse) Descriptor deprecated

func (*ExecuteElavonDccResponse) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteElavonDccResponse.ProtoReflect.Descriptor instead.

func (*ExecuteElavonDccResponse) ProtoMessage

func (*ExecuteElavonDccResponse) ProtoMessage()

func (*ExecuteElavonDccResponse) ProtoReflect

func (x *ExecuteElavonDccResponse) ProtoReflect() protoreflect.Message

func (*ExecuteElavonDccResponse) Reset

func (x *ExecuteElavonDccResponse) Reset()

func (*ExecuteElavonDccResponse) String

func (x *ExecuteElavonDccResponse) String() string

type ExecuteElavonDeleteInstallment

type ExecuteElavonDeleteInstallment struct {
	// contains filtered or unexported fields
}

func (*ExecuteElavonDeleteInstallment) Descriptor deprecated

func (*ExecuteElavonDeleteInstallment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteElavonDeleteInstallment.ProtoReflect.Descriptor instead.

func (*ExecuteElavonDeleteInstallment) ProtoMessage

func (*ExecuteElavonDeleteInstallment) ProtoMessage()

func (*ExecuteElavonDeleteInstallment) ProtoReflect

func (*ExecuteElavonDeleteInstallment) Reset

func (x *ExecuteElavonDeleteInstallment) Reset()

func (*ExecuteElavonDeleteInstallment) String

type ExecuteElavonDeleteRecurring

type ExecuteElavonDeleteRecurring struct {
	// contains filtered or unexported fields
}

func (*ExecuteElavonDeleteRecurring) Descriptor deprecated

func (*ExecuteElavonDeleteRecurring) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteElavonDeleteRecurring.ProtoReflect.Descriptor instead.

func (*ExecuteElavonDeleteRecurring) ProtoMessage

func (*ExecuteElavonDeleteRecurring) ProtoMessage()

func (*ExecuteElavonDeleteRecurring) ProtoReflect

func (*ExecuteElavonDeleteRecurring) Reset

func (x *ExecuteElavonDeleteRecurring) Reset()

func (*ExecuteElavonDeleteRecurring) String

type ExecuteElavonHealthCareCCSale

type ExecuteElavonHealthCareCCSale struct {
	// contains filtered or unexported fields
}

func (*ExecuteElavonHealthCareCCSale) Descriptor deprecated

func (*ExecuteElavonHealthCareCCSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteElavonHealthCareCCSale.ProtoReflect.Descriptor instead.

func (*ExecuteElavonHealthCareCCSale) ProtoMessage

func (*ExecuteElavonHealthCareCCSale) ProtoMessage()

func (*ExecuteElavonHealthCareCCSale) ProtoReflect

func (*ExecuteElavonHealthCareCCSale) Reset

func (x *ExecuteElavonHealthCareCCSale) Reset()

func (*ExecuteElavonHealthCareCCSale) String

type ExecuteElavonMccCreditCardSale

type ExecuteElavonMccCreditCardSale struct {
	// contains filtered or unexported fields
}

func (*ExecuteElavonMccCreditCardSale) Descriptor deprecated

func (*ExecuteElavonMccCreditCardSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteElavonMccCreditCardSale.ProtoReflect.Descriptor instead.

func (*ExecuteElavonMccCreditCardSale) ProtoMessage

func (*ExecuteElavonMccCreditCardSale) ProtoMessage()

func (*ExecuteElavonMccCreditCardSale) ProtoReflect

func (*ExecuteElavonMccCreditCardSale) Reset

func (x *ExecuteElavonMccCreditCardSale) Reset()

func (*ExecuteElavonMccCreditCardSale) String

type ExecuteElavonUpdateInstallment

type ExecuteElavonUpdateInstallment struct {
	// contains filtered or unexported fields
}

func (*ExecuteElavonUpdateInstallment) Descriptor deprecated

func (*ExecuteElavonUpdateInstallment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteElavonUpdateInstallment.ProtoReflect.Descriptor instead.

func (*ExecuteElavonUpdateInstallment) ProtoMessage

func (*ExecuteElavonUpdateInstallment) ProtoMessage()

func (*ExecuteElavonUpdateInstallment) ProtoReflect

func (*ExecuteElavonUpdateInstallment) Reset

func (x *ExecuteElavonUpdateInstallment) Reset()

func (*ExecuteElavonUpdateInstallment) String

type ExecuteElavonUpdateRecurring

type ExecuteElavonUpdateRecurring struct {
	// contains filtered or unexported fields
}

func (*ExecuteElavonUpdateRecurring) Descriptor deprecated

func (*ExecuteElavonUpdateRecurring) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteElavonUpdateRecurring.ProtoReflect.Descriptor instead.

func (*ExecuteElavonUpdateRecurring) ProtoMessage

func (*ExecuteElavonUpdateRecurring) ProtoMessage()

func (*ExecuteElavonUpdateRecurring) ProtoReflect

func (*ExecuteElavonUpdateRecurring) Reset

func (x *ExecuteElavonUpdateRecurring) Reset()

func (*ExecuteElavonUpdateRecurring) String

type ExecuteEpicBookAppointment added in v1.7.31

type ExecuteEpicBookAppointment struct {
	// contains filtered or unexported fields
}

func (*ExecuteEpicBookAppointment) Descriptor deprecated added in v1.7.31

func (*ExecuteEpicBookAppointment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEpicBookAppointment.ProtoReflect.Descriptor instead.

func (*ExecuteEpicBookAppointment) ProtoMessage added in v1.7.31

func (*ExecuteEpicBookAppointment) ProtoMessage()

func (*ExecuteEpicBookAppointment) ProtoReflect added in v1.7.31

func (*ExecuteEpicBookAppointment) Reset added in v1.7.31

func (x *ExecuteEpicBookAppointment) Reset()

func (*ExecuteEpicBookAppointment) String added in v1.7.31

func (x *ExecuteEpicBookAppointment) String() string

type ExecuteEpicCallPatient added in v1.7.60

type ExecuteEpicCallPatient struct {
	// contains filtered or unexported fields
}

func (*ExecuteEpicCallPatient) Descriptor deprecated added in v1.7.60

func (*ExecuteEpicCallPatient) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEpicCallPatient.ProtoReflect.Descriptor instead.

func (*ExecuteEpicCallPatient) ProtoMessage added in v1.7.60

func (*ExecuteEpicCallPatient) ProtoMessage()

func (*ExecuteEpicCallPatient) ProtoReflect added in v1.7.60

func (x *ExecuteEpicCallPatient) ProtoReflect() protoreflect.Message

func (*ExecuteEpicCallPatient) Reset added in v1.7.60

func (x *ExecuteEpicCallPatient) Reset()

func (*ExecuteEpicCallPatient) String added in v1.7.60

func (x *ExecuteEpicCallPatient) String() string

type ExecuteEpicFindAppointment added in v1.7.31

type ExecuteEpicFindAppointment struct {
	// contains filtered or unexported fields
}

func (*ExecuteEpicFindAppointment) Descriptor deprecated added in v1.7.31

func (*ExecuteEpicFindAppointment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEpicFindAppointment.ProtoReflect.Descriptor instead.

func (*ExecuteEpicFindAppointment) ProtoMessage added in v1.7.31

func (*ExecuteEpicFindAppointment) ProtoMessage()

func (*ExecuteEpicFindAppointment) ProtoReflect added in v1.7.31

func (*ExecuteEpicFindAppointment) Reset added in v1.7.31

func (x *ExecuteEpicFindAppointment) Reset()

func (*ExecuteEpicFindAppointment) String added in v1.7.31

func (x *ExecuteEpicFindAppointment) String() string

type ExecuteEpicGetAccount added in v1.7.31

type ExecuteEpicGetAccount struct {
	// contains filtered or unexported fields
}

func (*ExecuteEpicGetAccount) Descriptor deprecated added in v1.7.31

func (*ExecuteEpicGetAccount) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEpicGetAccount.ProtoReflect.Descriptor instead.

func (*ExecuteEpicGetAccount) ProtoMessage added in v1.7.31

func (*ExecuteEpicGetAccount) ProtoMessage()

func (*ExecuteEpicGetAccount) ProtoReflect added in v1.7.31

func (x *ExecuteEpicGetAccount) ProtoReflect() protoreflect.Message

func (*ExecuteEpicGetAccount) Reset added in v1.7.31

func (x *ExecuteEpicGetAccount) Reset()

func (*ExecuteEpicGetAccount) String added in v1.7.31

func (x *ExecuteEpicGetAccount) String() string

type ExecuteEpicGetAccountAccessIdentifiers added in v1.7.66

type ExecuteEpicGetAccountAccessIdentifiers struct {
	// contains filtered or unexported fields
}

func (*ExecuteEpicGetAccountAccessIdentifiers) Descriptor deprecated added in v1.7.66

func (*ExecuteEpicGetAccountAccessIdentifiers) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEpicGetAccountAccessIdentifiers.ProtoReflect.Descriptor instead.

func (*ExecuteEpicGetAccountAccessIdentifiers) ProtoMessage added in v1.7.66

func (*ExecuteEpicGetAccountAccessIdentifiers) ProtoReflect added in v1.7.66

func (*ExecuteEpicGetAccountAccessIdentifiers) Reset added in v1.7.66

func (*ExecuteEpicGetAccountAccessIdentifiers) String added in v1.7.66

type ExecuteEpicGetAccountBillingSummary added in v1.7.66

type ExecuteEpicGetAccountBillingSummary struct {
	// contains filtered or unexported fields
}

func (*ExecuteEpicGetAccountBillingSummary) Descriptor deprecated added in v1.7.66

func (*ExecuteEpicGetAccountBillingSummary) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEpicGetAccountBillingSummary.ProtoReflect.Descriptor instead.

func (*ExecuteEpicGetAccountBillingSummary) ProtoMessage added in v1.7.66

func (*ExecuteEpicGetAccountBillingSummary) ProtoMessage()

func (*ExecuteEpicGetAccountBillingSummary) ProtoReflect added in v1.7.66

func (*ExecuteEpicGetAccountBillingSummary) Reset added in v1.7.66

func (*ExecuteEpicGetAccountBillingSummary) String added in v1.7.66

type ExecuteEpicGetPatient added in v1.7.31

type ExecuteEpicGetPatient struct {
	// contains filtered or unexported fields
}

func (*ExecuteEpicGetPatient) Descriptor deprecated added in v1.7.31

func (*ExecuteEpicGetPatient) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEpicGetPatient.ProtoReflect.Descriptor instead.

func (*ExecuteEpicGetPatient) ProtoMessage added in v1.7.31

func (*ExecuteEpicGetPatient) ProtoMessage()

func (*ExecuteEpicGetPatient) ProtoReflect added in v1.7.31

func (x *ExecuteEpicGetPatient) ProtoReflect() protoreflect.Message

func (*ExecuteEpicGetPatient) Reset added in v1.7.31

func (x *ExecuteEpicGetPatient) Reset()

func (*ExecuteEpicGetPatient) String added in v1.7.31

func (x *ExecuteEpicGetPatient) String() string

type ExecuteEpicGetPatientBillingDetails added in v1.7.55

type ExecuteEpicGetPatientBillingDetails struct {
	// contains filtered or unexported fields
}

func (*ExecuteEpicGetPatientBillingDetails) Descriptor deprecated added in v1.7.55

func (*ExecuteEpicGetPatientBillingDetails) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEpicGetPatientBillingDetails.ProtoReflect.Descriptor instead.

func (*ExecuteEpicGetPatientBillingDetails) ProtoMessage added in v1.7.55

func (*ExecuteEpicGetPatientBillingDetails) ProtoMessage()

func (*ExecuteEpicGetPatientBillingDetails) ProtoReflect added in v1.7.55

func (*ExecuteEpicGetPatientBillingDetails) Reset added in v1.7.55

func (*ExecuteEpicGetPatientBillingDetails) String added in v1.7.55

type ExecuteEpicGetToken added in v1.7.31

type ExecuteEpicGetToken struct {
	// contains filtered or unexported fields
}

func (*ExecuteEpicGetToken) Descriptor deprecated added in v1.7.31

func (*ExecuteEpicGetToken) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEpicGetToken.ProtoReflect.Descriptor instead.

func (*ExecuteEpicGetToken) ProtoMessage added in v1.7.31

func (*ExecuteEpicGetToken) ProtoMessage()

func (*ExecuteEpicGetToken) ProtoReflect added in v1.7.31

func (x *ExecuteEpicGetToken) ProtoReflect() protoreflect.Message

func (*ExecuteEpicGetToken) Reset added in v1.7.31

func (x *ExecuteEpicGetToken) Reset()

func (*ExecuteEpicGetToken) String added in v1.7.31

func (x *ExecuteEpicGetToken) String() string

type ExecuteEpicHangupCall added in v1.7.60

type ExecuteEpicHangupCall struct {
	// contains filtered or unexported fields
}

func (*ExecuteEpicHangupCall) Descriptor deprecated added in v1.7.60

func (*ExecuteEpicHangupCall) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEpicHangupCall.ProtoReflect.Descriptor instead.

func (*ExecuteEpicHangupCall) ProtoMessage added in v1.7.60

func (*ExecuteEpicHangupCall) ProtoMessage()

func (*ExecuteEpicHangupCall) ProtoReflect added in v1.7.60

func (x *ExecuteEpicHangupCall) ProtoReflect() protoreflect.Message

func (*ExecuteEpicHangupCall) Reset added in v1.7.60

func (x *ExecuteEpicHangupCall) Reset()

func (*ExecuteEpicHangupCall) String added in v1.7.60

func (x *ExecuteEpicHangupCall) String() string

type ExecuteEpicMatchPatient added in v1.7.31

type ExecuteEpicMatchPatient struct {
	// contains filtered or unexported fields
}

func (*ExecuteEpicMatchPatient) Descriptor deprecated added in v1.7.31

func (*ExecuteEpicMatchPatient) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEpicMatchPatient.ProtoReflect.Descriptor instead.

func (*ExecuteEpicMatchPatient) ProtoMessage added in v1.7.31

func (*ExecuteEpicMatchPatient) ProtoMessage()

func (*ExecuteEpicMatchPatient) ProtoReflect added in v1.7.31

func (x *ExecuteEpicMatchPatient) ProtoReflect() protoreflect.Message

func (*ExecuteEpicMatchPatient) Reset added in v1.7.31

func (x *ExecuteEpicMatchPatient) Reset()

func (*ExecuteEpicMatchPatient) String added in v1.7.31

func (x *ExecuteEpicMatchPatient) String() string

type ExecuteEpicPostPatientMadePayment added in v1.7.55

type ExecuteEpicPostPatientMadePayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteEpicPostPatientMadePayment) Descriptor deprecated added in v1.7.55

func (*ExecuteEpicPostPatientMadePayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEpicPostPatientMadePayment.ProtoReflect.Descriptor instead.

func (*ExecuteEpicPostPatientMadePayment) ProtoMessage added in v1.7.55

func (*ExecuteEpicPostPatientMadePayment) ProtoMessage()

func (*ExecuteEpicPostPatientMadePayment) ProtoReflect added in v1.7.55

func (*ExecuteEpicPostPatientMadePayment) Reset added in v1.7.55

func (*ExecuteEpicPostPatientMadePayment) String added in v1.7.55

type ExecuteEpicReceiveCommunication2 added in v1.7.47

type ExecuteEpicReceiveCommunication2 struct {
	// contains filtered or unexported fields
}

func (*ExecuteEpicReceiveCommunication2) Descriptor deprecated added in v1.7.47

func (*ExecuteEpicReceiveCommunication2) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEpicReceiveCommunication2.ProtoReflect.Descriptor instead.

func (*ExecuteEpicReceiveCommunication2) ProtoMessage added in v1.7.47

func (*ExecuteEpicReceiveCommunication2) ProtoMessage()

func (*ExecuteEpicReceiveCommunication2) ProtoReflect added in v1.7.47

func (*ExecuteEpicReceiveCommunication2) Reset added in v1.7.47

func (*ExecuteEpicReceiveCommunication2) String added in v1.7.47

type ExecuteEpicReceiveCommunication3 added in v1.7.47

type ExecuteEpicReceiveCommunication3 struct {
	// contains filtered or unexported fields
}

func (*ExecuteEpicReceiveCommunication3) Descriptor deprecated added in v1.7.47

func (*ExecuteEpicReceiveCommunication3) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEpicReceiveCommunication3.ProtoReflect.Descriptor instead.

func (*ExecuteEpicReceiveCommunication3) ProtoMessage added in v1.7.47

func (*ExecuteEpicReceiveCommunication3) ProtoMessage()

func (*ExecuteEpicReceiveCommunication3) ProtoReflect added in v1.7.47

func (*ExecuteEpicReceiveCommunication3) Reset added in v1.7.47

func (*ExecuteEpicReceiveCommunication3) String added in v1.7.47

type ExecuteEpicSearchAppointment added in v1.7.31

type ExecuteEpicSearchAppointment struct {
	// contains filtered or unexported fields
}

func (*ExecuteEpicSearchAppointment) Descriptor deprecated added in v1.7.31

func (*ExecuteEpicSearchAppointment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEpicSearchAppointment.ProtoReflect.Descriptor instead.

func (*ExecuteEpicSearchAppointment) ProtoMessage added in v1.7.31

func (*ExecuteEpicSearchAppointment) ProtoMessage()

func (*ExecuteEpicSearchAppointment) ProtoReflect added in v1.7.31

func (*ExecuteEpicSearchAppointment) Reset added in v1.7.31

func (x *ExecuteEpicSearchAppointment) Reset()

func (*ExecuteEpicSearchAppointment) String added in v1.7.31

type ExecuteExperianAchPaymentPlanRequest

type ExecuteExperianAchPaymentPlanRequest struct {
	// contains filtered or unexported fields
}

func (*ExecuteExperianAchPaymentPlanRequest) Descriptor deprecated

func (*ExecuteExperianAchPaymentPlanRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteExperianAchPaymentPlanRequest.ProtoReflect.Descriptor instead.

func (*ExecuteExperianAchPaymentPlanRequest) ProtoMessage

func (*ExecuteExperianAchPaymentPlanRequest) ProtoMessage()

func (*ExecuteExperianAchPaymentPlanRequest) ProtoReflect

func (*ExecuteExperianAchPaymentPlanRequest) Reset

func (*ExecuteExperianAchPaymentPlanRequest) String

type ExecuteExperianAchPaymentRequest

type ExecuteExperianAchPaymentRequest struct {
	// contains filtered or unexported fields
}

func (*ExecuteExperianAchPaymentRequest) Descriptor deprecated

func (*ExecuteExperianAchPaymentRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteExperianAchPaymentRequest.ProtoReflect.Descriptor instead.

func (*ExecuteExperianAchPaymentRequest) ProtoMessage

func (*ExecuteExperianAchPaymentRequest) ProtoMessage()

func (*ExecuteExperianAchPaymentRequest) ProtoReflect

func (*ExecuteExperianAchPaymentRequest) Reset

func (*ExecuteExperianAchPaymentRequest) String

type ExecuteExperianBalancerequest

type ExecuteExperianBalancerequest struct {
	// contains filtered or unexported fields
}

func (*ExecuteExperianBalancerequest) Descriptor deprecated

func (*ExecuteExperianBalancerequest) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteExperianBalancerequest.ProtoReflect.Descriptor instead.

func (*ExecuteExperianBalancerequest) ProtoMessage

func (*ExecuteExperianBalancerequest) ProtoMessage()

func (*ExecuteExperianBalancerequest) ProtoReflect

func (*ExecuteExperianBalancerequest) Reset

func (x *ExecuteExperianBalancerequest) Reset()

func (*ExecuteExperianBalancerequest) String

type ExecuteExperianCcPaymentPlanRequest

type ExecuteExperianCcPaymentPlanRequest struct {
	// contains filtered or unexported fields
}

func (*ExecuteExperianCcPaymentPlanRequest) Descriptor deprecated

func (*ExecuteExperianCcPaymentPlanRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteExperianCcPaymentPlanRequest.ProtoReflect.Descriptor instead.

func (*ExecuteExperianCcPaymentPlanRequest) ProtoMessage

func (*ExecuteExperianCcPaymentPlanRequest) ProtoMessage()

func (*ExecuteExperianCcPaymentPlanRequest) ProtoReflect

func (*ExecuteExperianCcPaymentPlanRequest) Reset

func (*ExecuteExperianCcPaymentPlanRequest) String

type ExecuteExperianCcPaymentRequest

type ExecuteExperianCcPaymentRequest struct {
	// contains filtered or unexported fields
}

func (*ExecuteExperianCcPaymentRequest) Descriptor deprecated

func (*ExecuteExperianCcPaymentRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteExperianCcPaymentRequest.ProtoReflect.Descriptor instead.

func (*ExecuteExperianCcPaymentRequest) ProtoMessage

func (*ExecuteExperianCcPaymentRequest) ProtoMessage()

func (*ExecuteExperianCcPaymentRequest) ProtoReflect

func (*ExecuteExperianCcPaymentRequest) Reset

func (*ExecuteExperianCcPaymentRequest) String

type ExecuteExperianStellaAchTokenization added in v1.7.19

type ExecuteExperianStellaAchTokenization struct {
	// contains filtered or unexported fields
}

func (*ExecuteExperianStellaAchTokenization) Descriptor deprecated added in v1.7.19

func (*ExecuteExperianStellaAchTokenization) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteExperianStellaAchTokenization.ProtoReflect.Descriptor instead.

func (*ExecuteExperianStellaAchTokenization) ProtoMessage added in v1.7.19

func (*ExecuteExperianStellaAchTokenization) ProtoMessage()

func (*ExecuteExperianStellaAchTokenization) ProtoReflect added in v1.7.19

func (*ExecuteExperianStellaAchTokenization) Reset added in v1.7.19

func (*ExecuteExperianStellaAchTokenization) String added in v1.7.19

type ExecuteExperianStellaAddusaepaytoken added in v1.7.19

type ExecuteExperianStellaAddusaepaytoken struct {
	// contains filtered or unexported fields
}

func (*ExecuteExperianStellaAddusaepaytoken) Descriptor deprecated added in v1.7.19

func (*ExecuteExperianStellaAddusaepaytoken) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteExperianStellaAddusaepaytoken.ProtoReflect.Descriptor instead.

func (*ExecuteExperianStellaAddusaepaytoken) ProtoMessage added in v1.7.19

func (*ExecuteExperianStellaAddusaepaytoken) ProtoMessage()

func (*ExecuteExperianStellaAddusaepaytoken) ProtoReflect added in v1.7.19

func (*ExecuteExperianStellaAddusaepaytoken) Reset added in v1.7.19

func (*ExecuteExperianStellaAddusaepaytoken) String added in v1.7.19

type ExecuteExperianStellaAuth added in v1.7.19

type ExecuteExperianStellaAuth struct {
	// contains filtered or unexported fields
}

func (*ExecuteExperianStellaAuth) Descriptor deprecated added in v1.7.19

func (*ExecuteExperianStellaAuth) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteExperianStellaAuth.ProtoReflect.Descriptor instead.

func (*ExecuteExperianStellaAuth) ProtoMessage added in v1.7.19

func (*ExecuteExperianStellaAuth) ProtoMessage()

func (*ExecuteExperianStellaAuth) ProtoReflect added in v1.7.19

func (*ExecuteExperianStellaAuth) Reset added in v1.7.19

func (x *ExecuteExperianStellaAuth) Reset()

func (*ExecuteExperianStellaAuth) String added in v1.7.19

func (x *ExecuteExperianStellaAuth) String() string

type ExecuteExperianStellaCardDeviceTokenization added in v1.7.19

type ExecuteExperianStellaCardDeviceTokenization struct {
	// contains filtered or unexported fields
}

func (*ExecuteExperianStellaCardDeviceTokenization) Descriptor deprecated added in v1.7.19

Deprecated: Use ExecuteExperianStellaCardDeviceTokenization.ProtoReflect.Descriptor instead.

func (*ExecuteExperianStellaCardDeviceTokenization) ProtoMessage added in v1.7.19

func (*ExecuteExperianStellaCardDeviceTokenization) ProtoReflect added in v1.7.19

func (*ExecuteExperianStellaCardDeviceTokenization) Reset added in v1.7.19

func (*ExecuteExperianStellaCardDeviceTokenization) String added in v1.7.19

type ExecuteExperianStellaCardEntry added in v1.7.19

type ExecuteExperianStellaCardEntry struct {
	// contains filtered or unexported fields
}

func (*ExecuteExperianStellaCardEntry) Descriptor deprecated added in v1.7.19

func (*ExecuteExperianStellaCardEntry) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteExperianStellaCardEntry.ProtoReflect.Descriptor instead.

func (*ExecuteExperianStellaCardEntry) ProtoMessage added in v1.7.19

func (*ExecuteExperianStellaCardEntry) ProtoMessage()

func (*ExecuteExperianStellaCardEntry) ProtoReflect added in v1.7.19

func (*ExecuteExperianStellaCardEntry) Reset added in v1.7.19

func (x *ExecuteExperianStellaCardEntry) Reset()

func (*ExecuteExperianStellaCardEntry) String added in v1.7.19

type ExecuteExperianStellaCardEntryTokenization added in v1.7.69

type ExecuteExperianStellaCardEntryTokenization struct {
	// contains filtered or unexported fields
}

func (*ExecuteExperianStellaCardEntryTokenization) Descriptor deprecated added in v1.7.69

Deprecated: Use ExecuteExperianStellaCardEntryTokenization.ProtoReflect.Descriptor instead.

func (*ExecuteExperianStellaCardEntryTokenization) ProtoMessage added in v1.7.69

func (*ExecuteExperianStellaCardEntryTokenization) ProtoReflect added in v1.7.69

func (*ExecuteExperianStellaCardEntryTokenization) Reset added in v1.7.69

func (*ExecuteExperianStellaCardEntryTokenization) String added in v1.7.69

type ExecuteExperianStellaECheck added in v1.7.19

type ExecuteExperianStellaECheck struct {
	// contains filtered or unexported fields
}

func (*ExecuteExperianStellaECheck) Descriptor deprecated added in v1.7.19

func (*ExecuteExperianStellaECheck) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteExperianStellaECheck.ProtoReflect.Descriptor instead.

func (*ExecuteExperianStellaECheck) ProtoMessage added in v1.7.19

func (*ExecuteExperianStellaECheck) ProtoMessage()

func (*ExecuteExperianStellaECheck) ProtoReflect added in v1.7.19

func (*ExecuteExperianStellaECheck) Reset added in v1.7.19

func (x *ExecuteExperianStellaECheck) Reset()

func (*ExecuteExperianStellaECheck) String added in v1.7.19

func (x *ExecuteExperianStellaECheck) String() string

type ExecuteExperianStellaPaymentPlans added in v1.7.19

type ExecuteExperianStellaPaymentPlans struct {
	// contains filtered or unexported fields
}

func (*ExecuteExperianStellaPaymentPlans) Descriptor deprecated added in v1.7.19

func (*ExecuteExperianStellaPaymentPlans) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteExperianStellaPaymentPlans.ProtoReflect.Descriptor instead.

func (*ExecuteExperianStellaPaymentPlans) ProtoMessage added in v1.7.19

func (*ExecuteExperianStellaPaymentPlans) ProtoMessage()

func (*ExecuteExperianStellaPaymentPlans) ProtoReflect added in v1.7.19

func (*ExecuteExperianStellaPaymentPlans) Reset added in v1.7.19

func (*ExecuteExperianStellaPaymentPlans) String added in v1.7.19

type ExecuteExperianStellaPaymentPlansByPatient added in v1.7.69

type ExecuteExperianStellaPaymentPlansByPatient struct {
	// contains filtered or unexported fields
}

func (*ExecuteExperianStellaPaymentPlansByPatient) Descriptor deprecated added in v1.7.69

Deprecated: Use ExecuteExperianStellaPaymentPlansByPatient.ProtoReflect.Descriptor instead.

func (*ExecuteExperianStellaPaymentPlansByPatient) ProtoMessage added in v1.7.69

func (*ExecuteExperianStellaPaymentPlansByPatient) ProtoReflect added in v1.7.69

func (*ExecuteExperianStellaPaymentPlansByPatient) Reset added in v1.7.69

func (*ExecuteExperianStellaPaymentPlansByPatient) String added in v1.7.69

type ExecuteExperianStellaTokenPayment added in v1.7.19

type ExecuteExperianStellaTokenPayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteExperianStellaTokenPayment) Descriptor deprecated added in v1.7.19

func (*ExecuteExperianStellaTokenPayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteExperianStellaTokenPayment.ProtoReflect.Descriptor instead.

func (*ExecuteExperianStellaTokenPayment) ProtoMessage added in v1.7.19

func (*ExecuteExperianStellaTokenPayment) ProtoMessage()

func (*ExecuteExperianStellaTokenPayment) ProtoReflect added in v1.7.19

func (*ExecuteExperianStellaTokenPayment) Reset added in v1.7.19

func (*ExecuteExperianStellaTokenPayment) String added in v1.7.19

type ExecuteExpitransAchTransaction

type ExecuteExpitransAchTransaction struct {
	// contains filtered or unexported fields
}

func (*ExecuteExpitransAchTransaction) Descriptor deprecated

func (*ExecuteExpitransAchTransaction) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteExpitransAchTransaction.ProtoReflect.Descriptor instead.

func (*ExecuteExpitransAchTransaction) ProtoMessage

func (*ExecuteExpitransAchTransaction) ProtoMessage()

func (*ExecuteExpitransAchTransaction) ProtoReflect

func (*ExecuteExpitransAchTransaction) Reset

func (x *ExecuteExpitransAchTransaction) Reset()

func (*ExecuteExpitransAchTransaction) String

type ExecuteExpitransCcTransaction

type ExecuteExpitransCcTransaction struct {
	// contains filtered or unexported fields
}

func (*ExecuteExpitransCcTransaction) Descriptor deprecated

func (*ExecuteExpitransCcTransaction) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteExpitransCcTransaction.ProtoReflect.Descriptor instead.

func (*ExecuteExpitransCcTransaction) ProtoMessage

func (*ExecuteExpitransCcTransaction) ProtoMessage()

func (*ExecuteExpitransCcTransaction) ProtoReflect

func (*ExecuteExpitransCcTransaction) Reset

func (x *ExecuteExpitransCcTransaction) Reset()

func (*ExecuteExpitransCcTransaction) String

type ExecuteEzidebitSubmitAchPayments

type ExecuteEzidebitSubmitAchPayments struct {
	// contains filtered or unexported fields
}

func (*ExecuteEzidebitSubmitAchPayments) Descriptor deprecated

func (*ExecuteEzidebitSubmitAchPayments) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEzidebitSubmitAchPayments.ProtoReflect.Descriptor instead.

func (*ExecuteEzidebitSubmitAchPayments) ProtoMessage

func (*ExecuteEzidebitSubmitAchPayments) ProtoMessage()

func (*ExecuteEzidebitSubmitAchPayments) ProtoReflect

func (*ExecuteEzidebitSubmitAchPayments) Reset

func (*ExecuteEzidebitSubmitAchPayments) String

type ExecuteEzidebitSubmitCcPayments

type ExecuteEzidebitSubmitCcPayments struct {
	// contains filtered or unexported fields
}

func (*ExecuteEzidebitSubmitCcPayments) Descriptor deprecated

func (*ExecuteEzidebitSubmitCcPayments) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteEzidebitSubmitCcPayments.ProtoReflect.Descriptor instead.

func (*ExecuteEzidebitSubmitCcPayments) ProtoMessage

func (*ExecuteEzidebitSubmitCcPayments) ProtoMessage()

func (*ExecuteEzidebitSubmitCcPayments) ProtoReflect

func (*ExecuteEzidebitSubmitCcPayments) Reset

func (*ExecuteEzidebitSubmitCcPayments) String

type ExecuteFinviExileCreatePayment added in v1.8.14

type ExecuteFinviExileCreatePayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteFinviExileCreatePayment) Descriptor deprecated added in v1.8.14

func (*ExecuteFinviExileCreatePayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteFinviExileCreatePayment.ProtoReflect.Descriptor instead.

func (*ExecuteFinviExileCreatePayment) ProtoMessage added in v1.8.14

func (*ExecuteFinviExileCreatePayment) ProtoMessage()

func (*ExecuteFinviExileCreatePayment) ProtoReflect added in v1.8.14

func (*ExecuteFinviExileCreatePayment) Reset added in v1.8.14

func (x *ExecuteFinviExileCreatePayment) Reset()

func (*ExecuteFinviExileCreatePayment) String added in v1.8.14

type ExecuteFinviExileExecuteLogic added in v1.8.14

type ExecuteFinviExileExecuteLogic struct {
	// contains filtered or unexported fields
}

func (*ExecuteFinviExileExecuteLogic) Descriptor deprecated added in v1.8.14

func (*ExecuteFinviExileExecuteLogic) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteFinviExileExecuteLogic.ProtoReflect.Descriptor instead.

func (*ExecuteFinviExileExecuteLogic) ProtoMessage added in v1.8.14

func (*ExecuteFinviExileExecuteLogic) ProtoMessage()

func (*ExecuteFinviExileExecuteLogic) ProtoReflect added in v1.8.14

func (*ExecuteFinviExileExecuteLogic) Reset added in v1.8.14

func (x *ExecuteFinviExileExecuteLogic) Reset()

func (*ExecuteFinviExileExecuteLogic) String added in v1.8.14

type ExecuteFinviExilePopAccount added in v1.8.14

type ExecuteFinviExilePopAccount struct {
	// contains filtered or unexported fields
}

func (*ExecuteFinviExilePopAccount) Descriptor deprecated added in v1.8.14

func (*ExecuteFinviExilePopAccount) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteFinviExilePopAccount.ProtoReflect.Descriptor instead.

func (*ExecuteFinviExilePopAccount) ProtoMessage added in v1.8.14

func (*ExecuteFinviExilePopAccount) ProtoMessage()

func (*ExecuteFinviExilePopAccount) ProtoReflect added in v1.8.14

func (*ExecuteFinviExilePopAccount) Reset added in v1.8.14

func (x *ExecuteFinviExilePopAccount) Reset()

func (*ExecuteFinviExilePopAccount) String added in v1.8.14

func (x *ExecuteFinviExilePopAccount) String() string

type ExecuteFinviExileQueryRecords added in v1.8.14

type ExecuteFinviExileQueryRecords struct {
	// contains filtered or unexported fields
}

func (*ExecuteFinviExileQueryRecords) Descriptor deprecated added in v1.8.14

func (*ExecuteFinviExileQueryRecords) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteFinviExileQueryRecords.ProtoReflect.Descriptor instead.

func (*ExecuteFinviExileQueryRecords) ProtoMessage added in v1.8.14

func (*ExecuteFinviExileQueryRecords) ProtoMessage()

func (*ExecuteFinviExileQueryRecords) ProtoReflect added in v1.8.14

func (*ExecuteFinviExileQueryRecords) Reset added in v1.8.14

func (x *ExecuteFinviExileQueryRecords) Reset()

func (*ExecuteFinviExileQueryRecords) String added in v1.8.14

type ExecuteFinviExileReadFields added in v1.8.14

type ExecuteFinviExileReadFields struct {
	// contains filtered or unexported fields
}

func (*ExecuteFinviExileReadFields) Descriptor deprecated added in v1.8.14

func (*ExecuteFinviExileReadFields) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteFinviExileReadFields.ProtoReflect.Descriptor instead.

func (*ExecuteFinviExileReadFields) ProtoMessage added in v1.8.14

func (*ExecuteFinviExileReadFields) ProtoMessage()

func (*ExecuteFinviExileReadFields) ProtoReflect added in v1.8.14

func (*ExecuteFinviExileReadFields) Reset added in v1.8.14

func (x *ExecuteFinviExileReadFields) Reset()

func (*ExecuteFinviExileReadFields) String added in v1.8.14

func (x *ExecuteFinviExileReadFields) String() string

type ExecuteFinviExileWriteFields added in v1.8.14

type ExecuteFinviExileWriteFields struct {
	// contains filtered or unexported fields
}

func (*ExecuteFinviExileWriteFields) Descriptor deprecated added in v1.8.14

func (*ExecuteFinviExileWriteFields) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteFinviExileWriteFields.ProtoReflect.Descriptor instead.

func (*ExecuteFinviExileWriteFields) ProtoMessage added in v1.8.14

func (*ExecuteFinviExileWriteFields) ProtoMessage()

func (*ExecuteFinviExileWriteFields) ProtoReflect added in v1.8.14

func (*ExecuteFinviExileWriteFields) Reset added in v1.8.14

func (x *ExecuteFinviExileWriteFields) Reset()

func (*ExecuteFinviExileWriteFields) String added in v1.8.14

type ExecuteFlow

type ExecuteFlow struct {
	PluginInstanceId string `protobuf:"bytes,1,opt,name=plugin_instance_id,json=pluginInstanceId,proto3" json:"plugin_instance_id,omitempty"`
	// Types that are assignable to Value:
	//
	//	*ExecuteFlow_BraintreeCreditSale
	//	*ExecuteFlow_BraintreeBankSale
	//	*ExecuteFlow_RelatientGetPatientBalance
	//	*ExecuteFlow_RelatientGetPatientCcTokens
	//	*ExecuteFlow_RelatientPostPatientToken
	//	*ExecuteFlow_RelatientPostPatientBalance
	//	*ExecuteFlow_RelatientGetPatient
	//	*ExecuteFlow_RelatientPostBalanceById
	//	*ExecuteFlow_RelatientCreateFortisAchtoken
	//	*ExecuteFlow_RelatientCreateFortisCctoken
	//	*ExecuteFlow_RelatientFortisTokenAchDebitPayment
	//	*ExecuteFlow_RelatientFortisTokenCcPayment
	//	*ExecuteFlow_CybersourceCreditPayment
	//	*ExecuteFlow_CybersourceEcheckPayment
	//	*ExecuteFlow_CircproPhoneLookupWithBundle
	//	*ExecuteFlow_CircproPhoneLookup
	//	*ExecuteFlow_CircproVacationRestartInquiry
	//	*ExecuteFlow_CircproComplaintInquiry
	//	*ExecuteFlow_CircproAccountInquiry
	//	*ExecuteFlow_CircproAccountInquiryWithTax
	//	*ExecuteFlow_CircproAccountInquiryWithTaxBundle
	//	*ExecuteFlow_CircproComplaintCodes
	//	*ExecuteFlow_CircproComplaintUpdate
	//	*ExecuteFlow_CircproVacationUpdate
	//	*ExecuteFlow_CircproRestartUpdate
	//	*ExecuteFlow_CircproLawImmediatePayment
	//	*ExecuteFlow_CircproLawUpdateDataWithPac
	//	*ExecuteFlow_CircproLawGetCustomers
	//	*ExecuteFlow_CircproLawGetPaymentTypes
	//	*ExecuteFlow_AuthorizenetChargeCreditCard
	//	*ExecuteFlow_AuthorizenetDebitBankAccount
	//	*ExecuteFlow_AuthorizenetCreateCustomerPaymentProfile
	//	*ExecuteFlow_AuthorizenetPaypalTransaction
	//	*ExecuteFlow_AuthorizenetGooglePayTransaction
	//	*ExecuteFlow_AuthorizenetApplePayTransaction
	//	*ExecuteFlow_AuthorizenetPayPalAuthCapture
	//	*ExecuteFlow_ExpitransCcTransaction
	//	*ExecuteFlow_ExpitransAchTransaction
	//	*ExecuteFlow_AxiamedfusionCcTransaction
	//	*ExecuteFlow_AxiamedfusionAchTransaction
	//	*ExecuteFlow_AxiamedfusionCardVerify
	//	*ExecuteFlow_InstamedPaymentSale
	//	*ExecuteFlow_InstamedVoidPayment
	//	*ExecuteFlow_UsaepaySubmitCcPayments
	//	*ExecuteFlow_UsaepaySubmitAchPayments
	//	*ExecuteFlow_UsaepayGetCcToken
	//	*ExecuteFlow_EzidebitSubmitCcPayments
	//	*ExecuteFlow_EzidebitSubmitAchPayments
	//	*ExecuteFlow_BamboraSubmitCcPayments
	//	*ExecuteFlow_BamboraSubmitAchPayments
	//	*ExecuteFlow_RepayStoreCard
	//	*ExecuteFlow_RepayPaymentToken
	//	*ExecuteFlow_RepayAchPaymentToken
	//	*ExecuteFlow_AxiaSubmitSaleRequestByCc
	//	*ExecuteFlow_AxiaSubmitSaleRequestByCheck
	//	*ExecuteFlow_SecuretradingSendPayment
	//	*ExecuteFlow_PaymentVisionSubmitCardSaleRequestByCc
	//	*ExecuteFlow_PaymentVisionSubmitCardSaleRequestByAch
	//	*ExecuteFlow_InterproseLookupAccount
	//	*ExecuteFlow_InterproseSubmitCardSaleRequestByCc
	//	*ExecuteFlow_InterproseSubmitCardSaleRequestByAch
	//	*ExecuteFlow_InterproseLookupPaymentId
	//	*ExecuteFlow_InterproseLookupAccountByFormId
	//	*ExecuteFlow_DallasnewsSearchByPhone
	//	*ExecuteFlow_DallasnewsSearchByZipStreet
	//	*ExecuteFlow_DallasnewsSearchBy
	//	*ExecuteFlow_DallasnewsCreateVacation
	//	*ExecuteFlow_DallasnewsGetVacation
	//	*ExecuteFlow_DallasnewsGetVacationDaysBetween
	//	*ExecuteFlow_DallasnewsGetVacationWithCutoff
	//	*ExecuteFlow_DallasnewsDeleteVacation
	//	*ExecuteFlow_DallasnewsAddComplaint
	//	*ExecuteFlow_DallasnewsUpdatePhoneNumber
	//	*ExecuteFlow_DallasnewsStopAccount
	//	*ExecuteFlow_DallasnewsCcPaymentToken
	//	*ExecuteFlow_DallasnewsAchPaymentToken
	//	*ExecuteFlow_PaywaySubmitCardSaleRequest
	//	*ExecuteFlow_PaywayCreateTokenRequest
	//	*ExecuteFlow_PaywaySubmitAchSaleRequest
	//	*ExecuteFlow_BillingtreeSubmitCardSaleRequest
	//	*ExecuteFlow_ExperianCcPaymentRequest
	//	*ExecuteFlow_ExperianCcPaymentPlanRequest
	//	*ExecuteFlow_ExperianBalancerequest
	//	*ExecuteFlow_ExperianAchPaymentRequest
	//	*ExecuteFlow_ExperianAchPaymentPlanRequest
	//	*ExecuteFlow_ExperianStellaCardEntry
	//	*ExecuteFlow_ExperianStellaEcheck
	//	*ExecuteFlow_ExperianStellaCardDeviceTokenization
	//	*ExecuteFlow_ExperianStellaTokenPayment
	//	*ExecuteFlow_ExperianStellaAchTokenization
	//	*ExecuteFlow_ExperianStellaAddUsaEpayToken
	//	*ExecuteFlow_ExperianStellaPaymentPlans
	//	*ExecuteFlow_ExperianStellaAuth
	//	*ExecuteFlow_ExperianStellaCardEntryTokenization
	//	*ExecuteFlow_ExperianStellaPaymentPlansByPatient
	//	*ExecuteFlow_NewscycleLogin
	//	*ExecuteFlow_NewscycleSearchPage
	//	*ExecuteFlow_NewscycleBillingInfo
	//	*ExecuteFlow_NewscycleServiceErrorInfo
	//	*ExecuteFlow_NewscycleServiceErrorTrans
	//	*ExecuteFlow_NewscycleStopInfo
	//	*ExecuteFlow_NewscycleStopTrans
	//	*ExecuteFlow_NewscycleRenewInfo
	//	*ExecuteFlow_NewscycleAutoRenewInfo
	//	*ExecuteFlow_NewscycleAutoTran
	//	*ExecuteFlow_NewscyclePayInfo
	//	*ExecuteFlow_NewscyclePayTran
	//	*ExecuteFlow_TrustcommerceCreditSale
	//	*ExecuteFlow_TrustcommerceAchSale
	//	*ExecuteFlow_VantivCreditSale
	//	*ExecuteFlow_VantivAchSale
	//	*ExecuteFlow_JourneyLatest
	//	*ExecuteFlow_JourneyList
	//	*ExecuteFlow_JourneyUpdate
	//	*ExecuteFlow_AthenahealthGetPatients
	//	*ExecuteFlow_AthenahealthGetPatientsWithId
	//	*ExecuteFlow_AthenahealthCcPayment
	//	*ExecuteFlow_BrainworksGetCustomersByPhone
	//	*ExecuteFlow_BrainworksGetSuspends
	//	*ExecuteFlow_BrainworksGetCustomerByCustIdV2
	//	*ExecuteFlow_BrainworksGetComplaints
	//	*ExecuteFlow_BrainworksGetCodesOrTypes
	//	*ExecuteFlow_BrainworksStopSuspends
	//	*ExecuteFlow_BrainworksStartSuspends
	//	*ExecuteFlow_BrainworksSendComplaint
	//	*ExecuteFlow_BrainworksGetCustomerByCustId
	//	*ExecuteFlow_OsgconnectCcPayments
	//	*ExecuteFlow_OsgconnectAchPayments
	//	*ExecuteFlow_OsgconnectValidateAccountNo
	//	*ExecuteFlow_NtvbCreditMissedDelivery
	//	*ExecuteFlow_NtvbCustomerSearch
	//	*ExecuteFlow_NtvbEndCall
	//	*ExecuteFlow_NtvbIntegrationDefinition
	//	*ExecuteFlow_NtvbMissedDelivery
	//	*ExecuteFlow_NtvbRemoveAutorenewal
	//	*ExecuteFlow_NtvbRenewSubscription
	//	*ExecuteFlow_NtvbRenewalOffers
	//	*ExecuteFlow_NtvbSetAutorenewal
	//	*ExecuteFlow_NtvbStartIncomingCall
	//	*ExecuteFlow_NtvbStartOutgoingCall
	//	*ExecuteFlow_NtvbSubscriptionInfo
	//	*ExecuteFlow_NtvbVacationStop
	//	*ExecuteFlow_NtvbAuthtest
	//	*ExecuteFlow_ElavonCreditCardSale
	//	*ExecuteFlow_ElavonAddRecurring
	//	*ExecuteFlow_ElavonDccResponse
	//	*ExecuteFlow_ElavonDeleteRecurring
	//	*ExecuteFlow_ElavonUpdateRecurring
	//	*ExecuteFlow_ElavonHealthCareCcSale
	//	*ExecuteFlow_ElavonAddInstallment
	//	*ExecuteFlow_ElavonUpdateInstallment
	//	*ExecuteFlow_ElavonDeleteInstallment
	//	*ExecuteFlow_ElavonMccCreditCardSale
	//	*ExecuteFlow_GlobalPaymentsCardSale
	//	*ExecuteFlow_GlobalPaymentsGetTransactionById
	//	*ExecuteFlow_GlobalPaymentsListTransactions
	//	*ExecuteFlow_GlobalPaymentsRefundSale
	//	*ExecuteFlow_GlobalPaymentsReverseSaleOrRefund
	//	*ExecuteFlow_PayscoutCreditSale
	//	*ExecuteFlow_PayscoutEcheckSale
	//	*ExecuteFlow_I2CEcho
	//	*ExecuteFlow_I2CBalanceInquiry
	//	*ExecuteFlow_I2CVerifyUser
	//	*ExecuteFlow_I2CSearchCustomer
	//	*ExecuteFlow_I2CMakePayment
	//	*ExecuteFlow_I2CGetCardholderProfile
	//	*ExecuteFlow_I2CGetCardholderStatement
	//	*ExecuteFlow_I2CGetCardholderBalance
	//	*ExecuteFlow_I2CGetCreditpaymentInfo
	//	*ExecuteFlow_I2CTransactionHistory
	//	*ExecuteFlow_OpayoCcPayment
	//	*ExecuteFlow_Shift4CcPayment
	//	*ExecuteFlow_Shift4AccessToken
	//	*ExecuteFlow_PoscorpAccesstoken
	//	*ExecuteFlow_PoscorpLookupGuarantor
	//	*ExecuteFlow_PoscorpUpdatePaymentStatus
	//	*ExecuteFlow_PIANO_GET_USER
	//	*ExecuteFlow_PIANO_UPDATE_USER
	//	*ExecuteFlow_PIANO_UPDATE_SUBSCRIPTION
	//	*ExecuteFlow_PIANO_GET_PAYMENT
	//	*ExecuteFlow_PIANO_LIST_SUBSCRIPTION
	//	*ExecuteFlow_PIANO_LASTACCESS_CONVERSION
	//	*ExecuteFlow_PIANO_ADD_PAYMENT
	//	*ExecuteFlow_PIANO_UPDATE_PAYMENT
	//	*ExecuteFlow_EpicGetToken
	//	*ExecuteFlow_EpicGetPatient
	//	*ExecuteFlow_EpicMatchPatient
	//	*ExecuteFlow_EpicSearchAppointment
	//	*ExecuteFlow_EpicFindAppointment
	//	*ExecuteFlow_EpicBookAppointment
	//	*ExecuteFlow_EpicGetAccount
	//	*ExecuteFlow_EpicReceiveCommunication_2
	//	*ExecuteFlow_EpicReceiveCommunication_3
	//	*ExecuteFlow_EpicPostPatientMadePayment
	//	*ExecuteFlow_EpicGetPatientBillingDetails
	//	*ExecuteFlow_EpicCallPatient
	//	*ExecuteFlow_EpicHangupCall
	//	*ExecuteFlow_EpicGetAccountAccessIdentifiers
	//	*ExecuteFlow_EpicGetAccountBillingSummary
	//	*ExecuteFlow_NewzwarePhoneLookup
	//	*ExecuteFlow_NewzwareAccountInquiry
	//	*ExecuteFlow_NewzwareCcPayment
	//	*ExecuteFlow_NewzwareAch_Payment
	//	*ExecuteFlow_NewzwareComplaintHistory
	//	*ExecuteFlow_NewzwareComplaintUpdate
	//	*ExecuteFlow_NewzwareVacationRestart
	//	*ExecuteFlow_NewzwareVacationUpdate
	//	*ExecuteFlow_NewzwarePhoneLookupMulti
	//	*ExecuteFlow_PriocommerceAchPayment
	//	*ExecuteFlow_PriocommerceCcPayment
	//	*ExecuteFlow_NavigaCreatePayment
	//	*ExecuteFlow_NavigaChangeBilling
	//	*ExecuteFlow_PaynsecondsTokenizeCard
	//	*ExecuteFlow_SutherlandrevPaymentConnect
	//	*ExecuteFlow_FinviExileQueryRecords
	//	*ExecuteFlow_FinviExileReadFields
	//	*ExecuteFlow_FinviExileWriteFields
	//	*ExecuteFlow_FinviExileExecuteLogic
	//	*ExecuteFlow_FinviExileCreatePayment
	//	*ExecuteFlow_FinviExilePopAccount
	//	*ExecuteFlow_NavigaDtiCircCreatePayment
	//	*ExecuteFlow_NavigaDtiCircChangeBilling
	//	*ExecuteFlow_NavigaDtiCsAutoRenewInfo
	//	*ExecuteFlow_NavigaDtiCsAutoTran
	//	*ExecuteFlow_NavigaDtiCsBillingInfo
	//	*ExecuteFlow_NavigaDtiCsLogin
	//	*ExecuteFlow_NavigaDtiCsPayInfo
	//	*ExecuteFlow_NavigaDtiCsPayTran
	//	*ExecuteFlow_NavigaDtiCsRenewInfo
	//	*ExecuteFlow_NavigaDtiCsSearchPage
	//	*ExecuteFlow_NavigaDtiCsServiceErrorInfo
	//	*ExecuteFlow_NavigaDtiCsServiceErrorTrans
	//	*ExecuteFlow_NavigaDtiCsStopInfo
	//	*ExecuteFlow_NavigaDtiCsStopTrans
	//	*ExecuteFlow_SwervepayCreateCustomer
	//	*ExecuteFlow_SwervepayQueryCustomerDetails
	//	*ExecuteFlow_SwervepayQueryCustomerTokenDetails
	//	*ExecuteFlow_SwervepayQueryCustomerTokens
	//	*ExecuteFlow_SwervepayQueryCustomerTransactions
	//	*ExecuteFlow_SwervepayQueryCustomers
	//	*ExecuteFlow_SwervepayQueryTransactionDetails
	//	*ExecuteFlow_SwervepayQueryTransactions
	//	*ExecuteFlow_SwervepayRemoveCustomerToken
	//	*ExecuteFlow_SwervepayUpdateCustomer
	//	*ExecuteFlow_SwervepayCreateTransactionAuth
	//	*ExecuteFlow_SwervepayCreateTransactionCapture
	//	*ExecuteFlow_SwervepayCreateTransactionCredit
	//	*ExecuteFlow_SwervepayCreateTransactionRefund
	//	*ExecuteFlow_SwervepayCreateTransactionSale
	//	*ExecuteFlow_SwervepayCreateTransactionValidate
	//	*ExecuteFlow_SwervepayProcessNewTransactionAuth
	//	*ExecuteFlow_SwervepayProcessNewTransactionCapture
	//	*ExecuteFlow_SwervepayProcessNewTransactionCredit
	//	*ExecuteFlow_SwervepayProcessNewTransactionRefund
	//	*ExecuteFlow_SwervepayProcessNewTransactionSale
	//	*ExecuteFlow_SwervepayProcessNewTransactionValidate
	//	*ExecuteFlow_DebugEcho
	//	*ExecuteFlow_DebugValidate
	Value isExecuteFlow_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

ExecuteFlows run exactly one integration method, and allow user submitted values to be merged with the plugin instance data (like payment flows). Unlike payment flows, there doesn't have to be an invoice step defined, and the amount paid can be anything. Each member of the oneof value must have a proto number that matches a RequestMethod number

func (*ExecuteFlow) Descriptor deprecated

func (*ExecuteFlow) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteFlow.ProtoReflect.Descriptor instead.

func (*ExecuteFlow) GetAthenahealthCcPayment

func (x *ExecuteFlow) GetAthenahealthCcPayment() *ExecuteAthenahealthCcPayment

func (*ExecuteFlow) GetAthenahealthGetPatients

func (x *ExecuteFlow) GetAthenahealthGetPatients() *ExecuteAthenahealthGetPatients

func (*ExecuteFlow) GetAthenahealthGetPatientsWithId

func (x *ExecuteFlow) GetAthenahealthGetPatientsWithId() *ExecuteAthenahealthGetPatientsWithId

func (*ExecuteFlow) GetAuthorizenetApplePayTransaction

func (x *ExecuteFlow) GetAuthorizenetApplePayTransaction() *ExecuteAuthorizenetApplePayTransaction

func (*ExecuteFlow) GetAuthorizenetChargeCreditCard

func (x *ExecuteFlow) GetAuthorizenetChargeCreditCard() *ExecuteAuthorizenetChargeCreditCard

func (*ExecuteFlow) GetAuthorizenetCreateCustomerPaymentProfile

func (x *ExecuteFlow) GetAuthorizenetCreateCustomerPaymentProfile() *ExecuteAuthorizenetCreateCustomerPaymentProfile

func (*ExecuteFlow) GetAuthorizenetDebitBankAccount

func (x *ExecuteFlow) GetAuthorizenetDebitBankAccount() *ExecuteAuthorizenetDebitBankAccount

func (*ExecuteFlow) GetAuthorizenetGooglePayTransaction

func (x *ExecuteFlow) GetAuthorizenetGooglePayTransaction() *ExecuteAuthorizenetGooglePayTransaction

func (*ExecuteFlow) GetAuthorizenetPayPalAuthCapture

func (x *ExecuteFlow) GetAuthorizenetPayPalAuthCapture() *ExecuteAuthorizenetPayPalAuthCapture

func (*ExecuteFlow) GetAuthorizenetPaypalTransaction

func (x *ExecuteFlow) GetAuthorizenetPaypalTransaction() *ExecuteAuthorizenetPaypalTransaction

func (*ExecuteFlow) GetAxiaSubmitSaleRequestByCc

func (x *ExecuteFlow) GetAxiaSubmitSaleRequestByCc() *ExecuteAxiaSubmitSaleRequestByCc

func (*ExecuteFlow) GetAxiaSubmitSaleRequestByCheck

func (x *ExecuteFlow) GetAxiaSubmitSaleRequestByCheck() *ExecuteAxiaSubmitSaleRequestByCheck

func (*ExecuteFlow) GetAxiamedfusionAchTransaction

func (x *ExecuteFlow) GetAxiamedfusionAchTransaction() *ExecuteAxiamedfusionAchTransaction

func (*ExecuteFlow) GetAxiamedfusionCardVerify

func (x *ExecuteFlow) GetAxiamedfusionCardVerify() *ExecuteAxiamedfusionCardVerify

func (*ExecuteFlow) GetAxiamedfusionCcTransaction

func (x *ExecuteFlow) GetAxiamedfusionCcTransaction() *ExecuteAxiamedfusionCcTransaction

func (*ExecuteFlow) GetBamboraSubmitAchPayments

func (x *ExecuteFlow) GetBamboraSubmitAchPayments() *ExecuteBamboraSubmitAchPayments

func (*ExecuteFlow) GetBamboraSubmitCcPayments

func (x *ExecuteFlow) GetBamboraSubmitCcPayments() *ExecuteBamboraSubmitCcPayments

func (*ExecuteFlow) GetBillingtreeSubmitCardSaleRequest

func (x *ExecuteFlow) GetBillingtreeSubmitCardSaleRequest() *ExecuteBillingtreeSubmitCardSaleRequest

func (*ExecuteFlow) GetBraintreeBankSale

func (x *ExecuteFlow) GetBraintreeBankSale() *ExecuteBraintreeBankSale

func (*ExecuteFlow) GetBraintreeCreditSale

func (x *ExecuteFlow) GetBraintreeCreditSale() *ExecuteBraintreeCreditSale

func (*ExecuteFlow) GetBrainworksGetCodesOrTypes

func (x *ExecuteFlow) GetBrainworksGetCodesOrTypes() *ExecuteBrainworksGetCodesOrTypes

func (*ExecuteFlow) GetBrainworksGetComplaints

func (x *ExecuteFlow) GetBrainworksGetComplaints() *ExecuteBrainworksGetComplaints

func (*ExecuteFlow) GetBrainworksGetCustomerByCustId

func (x *ExecuteFlow) GetBrainworksGetCustomerByCustId() *ExecuteBrainworksGetCustomerByCustId

func (*ExecuteFlow) GetBrainworksGetCustomerByCustIdV2

func (x *ExecuteFlow) GetBrainworksGetCustomerByCustIdV2() *ExecuteBrainworksGetCustomerByCustIdV2

func (*ExecuteFlow) GetBrainworksGetCustomersByPhone

func (x *ExecuteFlow) GetBrainworksGetCustomersByPhone() *ExecuteBrainworksGetCustomersByPhone

func (*ExecuteFlow) GetBrainworksGetSuspends

func (x *ExecuteFlow) GetBrainworksGetSuspends() *ExecuteBrainworksGetSuspends

func (*ExecuteFlow) GetBrainworksSendComplaint

func (x *ExecuteFlow) GetBrainworksSendComplaint() *ExecuteBrainworksSendComplaint

func (*ExecuteFlow) GetBrainworksStartSuspends

func (x *ExecuteFlow) GetBrainworksStartSuspends() *ExecuteBrainworksStartSuspends

func (*ExecuteFlow) GetBrainworksStopSuspends

func (x *ExecuteFlow) GetBrainworksStopSuspends() *ExecuteBrainworksStopSuspends

func (*ExecuteFlow) GetCircproAccountInquiry

func (x *ExecuteFlow) GetCircproAccountInquiry() *ExecuteCircproAccountInquiry

func (*ExecuteFlow) GetCircproAccountInquiryWithTax

func (x *ExecuteFlow) GetCircproAccountInquiryWithTax() *ExecuteCircproAccountInquiryWithTax

func (*ExecuteFlow) GetCircproAccountInquiryWithTaxBundle

func (x *ExecuteFlow) GetCircproAccountInquiryWithTaxBundle() *ExecuteCircproAccountInquiryWithTaxBundle

func (*ExecuteFlow) GetCircproComplaintCodes

func (x *ExecuteFlow) GetCircproComplaintCodes() *ExecuteCircproComplaintCodes

func (*ExecuteFlow) GetCircproComplaintInquiry

func (x *ExecuteFlow) GetCircproComplaintInquiry() *ExecuteCircproComplaintInquiry

func (*ExecuteFlow) GetCircproComplaintUpdate

func (x *ExecuteFlow) GetCircproComplaintUpdate() *ExecuteCircproComplaintUpdate

func (*ExecuteFlow) GetCircproLawGetCustomers

func (x *ExecuteFlow) GetCircproLawGetCustomers() *ExecuteCircproLawGetCustomers

func (*ExecuteFlow) GetCircproLawGetPaymentTypes added in v1.7.69

func (x *ExecuteFlow) GetCircproLawGetPaymentTypes() *ExecuteCircproLawGetPaymentTypes

func (*ExecuteFlow) GetCircproLawImmediatePayment

func (x *ExecuteFlow) GetCircproLawImmediatePayment() *ExecuteCircproLawImmediatePayment

func (*ExecuteFlow) GetCircproLawUpdateDataWithPac

func (x *ExecuteFlow) GetCircproLawUpdateDataWithPac() *ExecuteCircproLawUpdateDataWithPac

func (*ExecuteFlow) GetCircproPhoneLookup

func (x *ExecuteFlow) GetCircproPhoneLookup() *ExecuteCircproPhoneLookup

func (*ExecuteFlow) GetCircproPhoneLookupWithBundle

func (x *ExecuteFlow) GetCircproPhoneLookupWithBundle() *ExecuteCircproPhoneLookupWithBundle

func (*ExecuteFlow) GetCircproRestartUpdate

func (x *ExecuteFlow) GetCircproRestartUpdate() *ExecuteCircproRestartUpdate

func (*ExecuteFlow) GetCircproVacationRestartInquiry

func (x *ExecuteFlow) GetCircproVacationRestartInquiry() *ExecuteCircproVacationRestartInquiry

func (*ExecuteFlow) GetCircproVacationUpdate

func (x *ExecuteFlow) GetCircproVacationUpdate() *ExecuteCircproVacationUpdate

func (*ExecuteFlow) GetCybersourceCreditPayment

func (x *ExecuteFlow) GetCybersourceCreditPayment() *ExecuteCybersourceCreditPayment

func (*ExecuteFlow) GetCybersourceEcheckPayment

func (x *ExecuteFlow) GetCybersourceEcheckPayment() *ExecuteCybersourceEcheckPayment

func (*ExecuteFlow) GetDallasnewsAchPaymentToken

func (x *ExecuteFlow) GetDallasnewsAchPaymentToken() *ExecuteDallasnewsAchPaymentToken

func (*ExecuteFlow) GetDallasnewsAddComplaint

func (x *ExecuteFlow) GetDallasnewsAddComplaint() *ExecuteDallasnewsAddComplaint

func (*ExecuteFlow) GetDallasnewsCcPaymentToken

func (x *ExecuteFlow) GetDallasnewsCcPaymentToken() *ExecuteDallasnewsCcPaymentToken

func (*ExecuteFlow) GetDallasnewsCreateVacation

func (x *ExecuteFlow) GetDallasnewsCreateVacation() *ExecuteDallasnewsCreateVacation

func (*ExecuteFlow) GetDallasnewsDeleteVacation

func (x *ExecuteFlow) GetDallasnewsDeleteVacation() *ExecuteDallasnewsDeleteVacation

func (*ExecuteFlow) GetDallasnewsGetVacation

func (x *ExecuteFlow) GetDallasnewsGetVacation() *ExecuteDallasnewsGetVacation

func (*ExecuteFlow) GetDallasnewsGetVacationDaysBetween

func (x *ExecuteFlow) GetDallasnewsGetVacationDaysBetween() *ExecuteDallasnewsGetVacationDaysBetween

func (*ExecuteFlow) GetDallasnewsGetVacationWithCutoff

func (x *ExecuteFlow) GetDallasnewsGetVacationWithCutoff() *ExecuteDallasnewsGetVacationWithCutoff

func (*ExecuteFlow) GetDallasnewsSearchBy

func (x *ExecuteFlow) GetDallasnewsSearchBy() *ExecuteDallasnewsSearchBy

func (*ExecuteFlow) GetDallasnewsSearchByPhone

func (x *ExecuteFlow) GetDallasnewsSearchByPhone() *ExecuteDallasnewsSearchByPhone

func (*ExecuteFlow) GetDallasnewsSearchByZipStreet

func (x *ExecuteFlow) GetDallasnewsSearchByZipStreet() *ExecuteDallasnewsSearchByZipStreet

func (*ExecuteFlow) GetDallasnewsStopAccount

func (x *ExecuteFlow) GetDallasnewsStopAccount() *ExecuteDallasnewsStopAccount

func (*ExecuteFlow) GetDallasnewsUpdatePhoneNumber

func (x *ExecuteFlow) GetDallasnewsUpdatePhoneNumber() *ExecuteDallasnewsUpdatePhoneNumber

func (*ExecuteFlow) GetDebugEcho added in v1.7.76

func (x *ExecuteFlow) GetDebugEcho() *ExecuteDebugEcho

func (*ExecuteFlow) GetDebugValidate added in v1.7.76

func (x *ExecuteFlow) GetDebugValidate() *ExecuteDebugValidate

func (*ExecuteFlow) GetElavonAddInstallment

func (x *ExecuteFlow) GetElavonAddInstallment() *ExecuteElavonAddInstallment

func (*ExecuteFlow) GetElavonAddRecurring

func (x *ExecuteFlow) GetElavonAddRecurring() *ExecuteElavonAddRecurring

func (*ExecuteFlow) GetElavonCreditCardSale

func (x *ExecuteFlow) GetElavonCreditCardSale() *ExecuteElavonCreditCardSale

func (*ExecuteFlow) GetElavonDccResponse

func (x *ExecuteFlow) GetElavonDccResponse() *ExecuteElavonDccResponse

func (*ExecuteFlow) GetElavonDeleteInstallment

func (x *ExecuteFlow) GetElavonDeleteInstallment() *ExecuteElavonDeleteInstallment

func (*ExecuteFlow) GetElavonDeleteRecurring

func (x *ExecuteFlow) GetElavonDeleteRecurring() *ExecuteElavonDeleteRecurring

func (*ExecuteFlow) GetElavonHealthCareCcSale

func (x *ExecuteFlow) GetElavonHealthCareCcSale() *ExecuteElavonHealthCareCCSale

func (*ExecuteFlow) GetElavonMccCreditCardSale

func (x *ExecuteFlow) GetElavonMccCreditCardSale() *ExecuteElavonMccCreditCardSale

func (*ExecuteFlow) GetElavonUpdateInstallment

func (x *ExecuteFlow) GetElavonUpdateInstallment() *ExecuteElavonUpdateInstallment

func (*ExecuteFlow) GetElavonUpdateRecurring

func (x *ExecuteFlow) GetElavonUpdateRecurring() *ExecuteElavonUpdateRecurring

func (*ExecuteFlow) GetEpicBookAppointment added in v1.7.31

func (x *ExecuteFlow) GetEpicBookAppointment() *ExecuteEpicBookAppointment

func (*ExecuteFlow) GetEpicCallPatient added in v1.7.60

func (x *ExecuteFlow) GetEpicCallPatient() *ExecuteEpicCallPatient

func (*ExecuteFlow) GetEpicFindAppointment added in v1.7.31

func (x *ExecuteFlow) GetEpicFindAppointment() *ExecuteEpicFindAppointment

func (*ExecuteFlow) GetEpicGetAccount added in v1.7.31

func (x *ExecuteFlow) GetEpicGetAccount() *ExecuteEpicGetAccount

func (*ExecuteFlow) GetEpicGetAccountAccessIdentifiers added in v1.7.66

func (x *ExecuteFlow) GetEpicGetAccountAccessIdentifiers() *ExecuteEpicGetAccountAccessIdentifiers

func (*ExecuteFlow) GetEpicGetAccountBillingSummary added in v1.7.66

func (x *ExecuteFlow) GetEpicGetAccountBillingSummary() *ExecuteEpicGetAccountBillingSummary

func (*ExecuteFlow) GetEpicGetPatient added in v1.7.31

func (x *ExecuteFlow) GetEpicGetPatient() *ExecuteEpicGetPatient

func (*ExecuteFlow) GetEpicGetPatientBillingDetails added in v1.7.55

func (x *ExecuteFlow) GetEpicGetPatientBillingDetails() *ExecuteEpicGetPatientBillingDetails

func (*ExecuteFlow) GetEpicGetToken added in v1.7.31

func (x *ExecuteFlow) GetEpicGetToken() *ExecuteEpicGetToken

func (*ExecuteFlow) GetEpicHangupCall added in v1.7.60

func (x *ExecuteFlow) GetEpicHangupCall() *ExecuteEpicHangupCall

func (*ExecuteFlow) GetEpicMatchPatient added in v1.7.31

func (x *ExecuteFlow) GetEpicMatchPatient() *ExecuteEpicMatchPatient

func (*ExecuteFlow) GetEpicPostPatientMadePayment added in v1.7.55

func (x *ExecuteFlow) GetEpicPostPatientMadePayment() *ExecuteEpicPostPatientMadePayment

func (*ExecuteFlow) GetEpicReceiveCommunication_2 added in v1.7.47

func (x *ExecuteFlow) GetEpicReceiveCommunication_2() *ExecuteEpicReceiveCommunication2

func (*ExecuteFlow) GetEpicReceiveCommunication_3 added in v1.7.47

func (x *ExecuteFlow) GetEpicReceiveCommunication_3() *ExecuteEpicReceiveCommunication3

func (*ExecuteFlow) GetEpicSearchAppointment added in v1.7.31

func (x *ExecuteFlow) GetEpicSearchAppointment() *ExecuteEpicSearchAppointment

func (*ExecuteFlow) GetExperianAchPaymentPlanRequest

func (x *ExecuteFlow) GetExperianAchPaymentPlanRequest() *ExecuteExperianAchPaymentPlanRequest

func (*ExecuteFlow) GetExperianAchPaymentRequest

func (x *ExecuteFlow) GetExperianAchPaymentRequest() *ExecuteExperianAchPaymentRequest

func (*ExecuteFlow) GetExperianBalancerequest

func (x *ExecuteFlow) GetExperianBalancerequest() *ExecuteExperianBalancerequest

func (*ExecuteFlow) GetExperianCcPaymentPlanRequest

func (x *ExecuteFlow) GetExperianCcPaymentPlanRequest() *ExecuteExperianCcPaymentPlanRequest

func (*ExecuteFlow) GetExperianCcPaymentRequest

func (x *ExecuteFlow) GetExperianCcPaymentRequest() *ExecuteExperianCcPaymentRequest

func (*ExecuteFlow) GetExperianStellaAchTokenization added in v1.7.19

func (x *ExecuteFlow) GetExperianStellaAchTokenization() *ExecuteExperianStellaAchTokenization

func (*ExecuteFlow) GetExperianStellaAddUsaEpayToken added in v1.7.19

func (x *ExecuteFlow) GetExperianStellaAddUsaEpayToken() *ExecuteExperianStellaAddusaepaytoken

func (*ExecuteFlow) GetExperianStellaAuth added in v1.7.19

func (x *ExecuteFlow) GetExperianStellaAuth() *ExecuteExperianStellaAuth

func (*ExecuteFlow) GetExperianStellaCardDeviceTokenization added in v1.7.19

func (x *ExecuteFlow) GetExperianStellaCardDeviceTokenization() *ExecuteExperianStellaCardDeviceTokenization

func (*ExecuteFlow) GetExperianStellaCardEntry added in v1.7.19

func (x *ExecuteFlow) GetExperianStellaCardEntry() *ExecuteExperianStellaCardEntry

func (*ExecuteFlow) GetExperianStellaCardEntryTokenization added in v1.7.69

func (x *ExecuteFlow) GetExperianStellaCardEntryTokenization() *ExecuteExperianStellaCardEntryTokenization

func (*ExecuteFlow) GetExperianStellaEcheck added in v1.7.19

func (x *ExecuteFlow) GetExperianStellaEcheck() *ExecuteExperianStellaECheck

func (*ExecuteFlow) GetExperianStellaPaymentPlans added in v1.7.19

func (x *ExecuteFlow) GetExperianStellaPaymentPlans() *ExecuteExperianStellaPaymentPlans

func (*ExecuteFlow) GetExperianStellaPaymentPlansByPatient added in v1.7.69

func (x *ExecuteFlow) GetExperianStellaPaymentPlansByPatient() *ExecuteExperianStellaPaymentPlansByPatient

func (*ExecuteFlow) GetExperianStellaTokenPayment added in v1.7.19

func (x *ExecuteFlow) GetExperianStellaTokenPayment() *ExecuteExperianStellaTokenPayment

func (*ExecuteFlow) GetExpitransAchTransaction

func (x *ExecuteFlow) GetExpitransAchTransaction() *ExecuteExpitransAchTransaction

func (*ExecuteFlow) GetExpitransCcTransaction

func (x *ExecuteFlow) GetExpitransCcTransaction() *ExecuteExpitransCcTransaction

func (*ExecuteFlow) GetEzidebitSubmitAchPayments

func (x *ExecuteFlow) GetEzidebitSubmitAchPayments() *ExecuteEzidebitSubmitAchPayments

func (*ExecuteFlow) GetEzidebitSubmitCcPayments

func (x *ExecuteFlow) GetEzidebitSubmitCcPayments() *ExecuteEzidebitSubmitCcPayments

func (*ExecuteFlow) GetFinviExileCreatePayment added in v1.8.14

func (x *ExecuteFlow) GetFinviExileCreatePayment() *ExecuteFinviExileCreatePayment

func (*ExecuteFlow) GetFinviExileExecuteLogic added in v1.8.14

func (x *ExecuteFlow) GetFinviExileExecuteLogic() *ExecuteFinviExileExecuteLogic

func (*ExecuteFlow) GetFinviExilePopAccount added in v1.8.14

func (x *ExecuteFlow) GetFinviExilePopAccount() *ExecuteFinviExilePopAccount

func (*ExecuteFlow) GetFinviExileQueryRecords added in v1.8.14

func (x *ExecuteFlow) GetFinviExileQueryRecords() *ExecuteFinviExileQueryRecords

func (*ExecuteFlow) GetFinviExileReadFields added in v1.8.14

func (x *ExecuteFlow) GetFinviExileReadFields() *ExecuteFinviExileReadFields

func (*ExecuteFlow) GetFinviExileWriteFields added in v1.8.14

func (x *ExecuteFlow) GetFinviExileWriteFields() *ExecuteFinviExileWriteFields

func (*ExecuteFlow) GetGlobalPaymentsCardSale

func (x *ExecuteFlow) GetGlobalPaymentsCardSale() *ExecuteGlobalPaymentsCardSale

func (*ExecuteFlow) GetGlobalPaymentsGetTransactionById

func (x *ExecuteFlow) GetGlobalPaymentsGetTransactionById() *ExecuteGlobalPaymentsGetTransactionByID

func (*ExecuteFlow) GetGlobalPaymentsListTransactions

func (x *ExecuteFlow) GetGlobalPaymentsListTransactions() *ExecuteGlobalPaymentsListTransactions

func (*ExecuteFlow) GetGlobalPaymentsRefundSale

func (x *ExecuteFlow) GetGlobalPaymentsRefundSale() *ExecuteGlobalPaymentsRefundSale

func (*ExecuteFlow) GetGlobalPaymentsReverseSaleOrRefund

func (x *ExecuteFlow) GetGlobalPaymentsReverseSaleOrRefund() *ExecuteGlobalPaymentsReverseSaleOrRefund

func (*ExecuteFlow) GetI2CBalanceInquiry

func (x *ExecuteFlow) GetI2CBalanceInquiry() *ExecuteI2CBalanceInquiry

func (*ExecuteFlow) GetI2CEcho

func (x *ExecuteFlow) GetI2CEcho() *ExecuteI2CEcho

func (*ExecuteFlow) GetI2CGetCardholderBalance

func (x *ExecuteFlow) GetI2CGetCardholderBalance() *ExecuteI2CGetCardholderBalance

func (*ExecuteFlow) GetI2CGetCardholderProfile

func (x *ExecuteFlow) GetI2CGetCardholderProfile() *ExecuteI2CGetCardholderProfile

func (*ExecuteFlow) GetI2CGetCardholderStatement

func (x *ExecuteFlow) GetI2CGetCardholderStatement() *ExecuteI2CGetCardholderStatement

func (*ExecuteFlow) GetI2CGetCreditpaymentInfo

func (x *ExecuteFlow) GetI2CGetCreditpaymentInfo() *ExecuteI2CGetCreditPaymentInfo

func (*ExecuteFlow) GetI2CMakePayment

func (x *ExecuteFlow) GetI2CMakePayment() *ExecuteI2CMakePayment

func (*ExecuteFlow) GetI2CSearchCustomer

func (x *ExecuteFlow) GetI2CSearchCustomer() *ExecuteI2CSearchCustomer

func (*ExecuteFlow) GetI2CTransactionHistory

func (x *ExecuteFlow) GetI2CTransactionHistory() *ExecuteI2CTransactionHistory

func (*ExecuteFlow) GetI2CVerifyUser

func (x *ExecuteFlow) GetI2CVerifyUser() *ExecuteI2CVerifyUser

func (*ExecuteFlow) GetInstamedPaymentSale

func (x *ExecuteFlow) GetInstamedPaymentSale() *ExecuteInstamedPaymentSale

func (*ExecuteFlow) GetInstamedVoidPayment

func (x *ExecuteFlow) GetInstamedVoidPayment() *ExecuteInstamedVoidPayment

func (*ExecuteFlow) GetInterproseLookupAccount

func (x *ExecuteFlow) GetInterproseLookupAccount() *ExecuteInterproseLookupAccount

func (*ExecuteFlow) GetInterproseLookupAccountByFormId

func (x *ExecuteFlow) GetInterproseLookupAccountByFormId() *ExecuteInterproseLookupAccountByFormId

func (*ExecuteFlow) GetInterproseLookupPaymentId

func (x *ExecuteFlow) GetInterproseLookupPaymentId() *ExecuteInterproseLookupPaymentId

func (*ExecuteFlow) GetInterproseSubmitCardSaleRequestByAch

func (x *ExecuteFlow) GetInterproseSubmitCardSaleRequestByAch() *ExecuteInterproseSubmitCardSaleRequestByAch

func (*ExecuteFlow) GetInterproseSubmitCardSaleRequestByCc

func (x *ExecuteFlow) GetInterproseSubmitCardSaleRequestByCc() *ExecuteInterproseSubmitCardSaleRequestByCc

func (*ExecuteFlow) GetJourneyLatest

func (x *ExecuteFlow) GetJourneyLatest() *ExecuteJourneyLatest

func (*ExecuteFlow) GetJourneyList added in v1.7.39

func (x *ExecuteFlow) GetJourneyList() *ExecuteJourneyList

func (*ExecuteFlow) GetJourneyUpdate added in v1.7.39

func (x *ExecuteFlow) GetJourneyUpdate() *ExecuteJourneyUpdate

func (*ExecuteFlow) GetNavigaChangeBilling added in v1.7.40

func (x *ExecuteFlow) GetNavigaChangeBilling() *ExecuteNavigaChangeBilling

func (*ExecuteFlow) GetNavigaCreatePayment added in v1.7.39

func (x *ExecuteFlow) GetNavigaCreatePayment() *ExecuteNavigaCreatePayment

func (*ExecuteFlow) GetNavigaDtiCircChangeBilling added in v1.8.6

func (x *ExecuteFlow) GetNavigaDtiCircChangeBilling() *ExecuteNavigaDTICircChangeBilling

func (*ExecuteFlow) GetNavigaDtiCircCreatePayment added in v1.8.6

func (x *ExecuteFlow) GetNavigaDtiCircCreatePayment() *ExecuteNavigaDTICircCreatePayment

func (*ExecuteFlow) GetNavigaDtiCsAutoRenewInfo added in v1.8.6

func (x *ExecuteFlow) GetNavigaDtiCsAutoRenewInfo() *ExecuteNavigaDTICSAutoRenewInfo

func (*ExecuteFlow) GetNavigaDtiCsAutoTran added in v1.8.6

func (x *ExecuteFlow) GetNavigaDtiCsAutoTran() *ExecuteNavigaDTICSAutoTran

func (*ExecuteFlow) GetNavigaDtiCsBillingInfo added in v1.8.6

func (x *ExecuteFlow) GetNavigaDtiCsBillingInfo() *ExecuteNavigaDTICSBillingInfo

func (*ExecuteFlow) GetNavigaDtiCsLogin added in v1.8.6

func (x *ExecuteFlow) GetNavigaDtiCsLogin() *ExecuteNavigaDTICSLogin

func (*ExecuteFlow) GetNavigaDtiCsPayInfo added in v1.8.6

func (x *ExecuteFlow) GetNavigaDtiCsPayInfo() *ExecuteNavigaDTICSPayInfo

func (*ExecuteFlow) GetNavigaDtiCsPayTran added in v1.8.6

func (x *ExecuteFlow) GetNavigaDtiCsPayTran() *ExecuteNavigaDTICSPayTran

func (*ExecuteFlow) GetNavigaDtiCsRenewInfo added in v1.8.6

func (x *ExecuteFlow) GetNavigaDtiCsRenewInfo() *ExecuteNavigaDTICSRenewInfo

func (*ExecuteFlow) GetNavigaDtiCsSearchPage added in v1.8.6

func (x *ExecuteFlow) GetNavigaDtiCsSearchPage() *ExecuteNavigaDTICSSearchPage

func (*ExecuteFlow) GetNavigaDtiCsServiceErrorInfo added in v1.8.6

func (x *ExecuteFlow) GetNavigaDtiCsServiceErrorInfo() *ExecuteNavigaDTICSServiceErrorInfo

func (*ExecuteFlow) GetNavigaDtiCsServiceErrorTrans added in v1.8.6

func (x *ExecuteFlow) GetNavigaDtiCsServiceErrorTrans() *ExecuteNavigaDTICSServiceErrorTrans

func (*ExecuteFlow) GetNavigaDtiCsStopInfo added in v1.8.6

func (x *ExecuteFlow) GetNavigaDtiCsStopInfo() *ExecuteNavigaDTICSStopInfo

func (*ExecuteFlow) GetNavigaDtiCsStopTrans added in v1.8.6

func (x *ExecuteFlow) GetNavigaDtiCsStopTrans() *ExecuteNavigaDTICSStopTrans

func (*ExecuteFlow) GetNewscycleAutoRenewInfo

func (x *ExecuteFlow) GetNewscycleAutoRenewInfo() *ExecuteNewscycleAutoRenewInfo

func (*ExecuteFlow) GetNewscycleAutoTran

func (x *ExecuteFlow) GetNewscycleAutoTran() *ExecuteNewscycleAutoTran

func (*ExecuteFlow) GetNewscycleBillingInfo

func (x *ExecuteFlow) GetNewscycleBillingInfo() *ExecuteNewscycleBillingInfo

func (*ExecuteFlow) GetNewscycleLogin

func (x *ExecuteFlow) GetNewscycleLogin() *ExecuteNewscycleLogin

func (*ExecuteFlow) GetNewscyclePayInfo

func (x *ExecuteFlow) GetNewscyclePayInfo() *ExecuteNewscyclePayInfo

func (*ExecuteFlow) GetNewscyclePayTran

func (x *ExecuteFlow) GetNewscyclePayTran() *ExecuteNewscyclePayTran

func (*ExecuteFlow) GetNewscycleRenewInfo

func (x *ExecuteFlow) GetNewscycleRenewInfo() *ExecuteNewscycleRenewInfo

func (*ExecuteFlow) GetNewscycleSearchPage

func (x *ExecuteFlow) GetNewscycleSearchPage() *ExecuteNewscycleSearchPage

func (*ExecuteFlow) GetNewscycleServiceErrorInfo

func (x *ExecuteFlow) GetNewscycleServiceErrorInfo() *ExecuteNewscycleServiceErrorInfo

func (*ExecuteFlow) GetNewscycleServiceErrorTrans

func (x *ExecuteFlow) GetNewscycleServiceErrorTrans() *ExecuteNewscycleServiceErrorTrans

func (*ExecuteFlow) GetNewscycleStopInfo

func (x *ExecuteFlow) GetNewscycleStopInfo() *ExecuteNewscycleStopInfo

func (*ExecuteFlow) GetNewscycleStopTrans

func (x *ExecuteFlow) GetNewscycleStopTrans() *ExecuteNewscycleStopTrans

func (*ExecuteFlow) GetNewzwareAccountInquiry added in v1.7.32

func (x *ExecuteFlow) GetNewzwareAccountInquiry() *ExecuteNewzwareAccountInquiry

func (*ExecuteFlow) GetNewzwareAch_Payment added in v1.7.32

func (x *ExecuteFlow) GetNewzwareAch_Payment() *ExecuteNewzwareAchPayment

func (*ExecuteFlow) GetNewzwareCcPayment added in v1.7.32

func (x *ExecuteFlow) GetNewzwareCcPayment() *ExecuteNewzwareCcPayment

func (*ExecuteFlow) GetNewzwareComplaintHistory added in v1.7.34

func (x *ExecuteFlow) GetNewzwareComplaintHistory() *ExecuteNewzwareComplaintHistory

func (*ExecuteFlow) GetNewzwareComplaintUpdate added in v1.7.34

func (x *ExecuteFlow) GetNewzwareComplaintUpdate() *ExecuteNewzwareComplaintUpdate

func (*ExecuteFlow) GetNewzwarePhoneLookup added in v1.7.32

func (x *ExecuteFlow) GetNewzwarePhoneLookup() *ExecuteNewzwarePhoneLookup

func (*ExecuteFlow) GetNewzwarePhoneLookupMulti added in v1.7.34

func (x *ExecuteFlow) GetNewzwarePhoneLookupMulti() *ExecuteNewzwarePhoneLookupMulti

func (*ExecuteFlow) GetNewzwareVacationRestart added in v1.7.34

func (x *ExecuteFlow) GetNewzwareVacationRestart() *ExecuteNewzwareVacationRestart

func (*ExecuteFlow) GetNewzwareVacationUpdate added in v1.7.34

func (x *ExecuteFlow) GetNewzwareVacationUpdate() *ExecuteNewzwareVacationUpdate

func (*ExecuteFlow) GetNtvbAuthtest

func (x *ExecuteFlow) GetNtvbAuthtest() *ExecuteNtvbAuthtest

func (*ExecuteFlow) GetNtvbCreditMissedDelivery

func (x *ExecuteFlow) GetNtvbCreditMissedDelivery() *ExecuteNtvbCreditMissedDelivery

func (*ExecuteFlow) GetNtvbCustomerSearch

func (x *ExecuteFlow) GetNtvbCustomerSearch() *ExecuteNtvbCustomerSearch

func (*ExecuteFlow) GetNtvbEndCall

func (x *ExecuteFlow) GetNtvbEndCall() *ExecuteNtvbEndCall

func (*ExecuteFlow) GetNtvbIntegrationDefinition

func (x *ExecuteFlow) GetNtvbIntegrationDefinition() *ExecuteNtvbIntegrationDefinition

func (*ExecuteFlow) GetNtvbMissedDelivery

func (x *ExecuteFlow) GetNtvbMissedDelivery() *ExecuteNtvbMissedDelivery

func (*ExecuteFlow) GetNtvbRemoveAutorenewal

func (x *ExecuteFlow) GetNtvbRemoveAutorenewal() *ExecuteNtvbRemoveAutorenewal

func (*ExecuteFlow) GetNtvbRenewSubscription

func (x *ExecuteFlow) GetNtvbRenewSubscription() *ExecuteNtvbRenewSubscription

func (*ExecuteFlow) GetNtvbRenewalOffers

func (x *ExecuteFlow) GetNtvbRenewalOffers() *ExecuteNtvbRenewalOffers

func (*ExecuteFlow) GetNtvbSetAutorenewal

func (x *ExecuteFlow) GetNtvbSetAutorenewal() *ExecuteNtvbSetAutorenewal

func (*ExecuteFlow) GetNtvbStartIncomingCall

func (x *ExecuteFlow) GetNtvbStartIncomingCall() *ExecuteNtvbStartIncomingCall

func (*ExecuteFlow) GetNtvbStartOutgoingCall

func (x *ExecuteFlow) GetNtvbStartOutgoingCall() *ExecuteNtvbStartOutgoingCall

func (*ExecuteFlow) GetNtvbSubscriptionInfo

func (x *ExecuteFlow) GetNtvbSubscriptionInfo() *ExecuteNtvbSubscriptionInfo

func (*ExecuteFlow) GetNtvbVacationStop

func (x *ExecuteFlow) GetNtvbVacationStop() *ExecuteNtvbVacationStop

func (*ExecuteFlow) GetOpayoCcPayment

func (x *ExecuteFlow) GetOpayoCcPayment() *ExecuteOpayoCcPayments

func (*ExecuteFlow) GetOsgconnectAchPayments

func (x *ExecuteFlow) GetOsgconnectAchPayments() *ExecuteOsgconnectAchPayments

func (*ExecuteFlow) GetOsgconnectCcPayments

func (x *ExecuteFlow) GetOsgconnectCcPayments() *ExecuteOsgconnectCcPayments

func (*ExecuteFlow) GetOsgconnectValidateAccountNo

func (x *ExecuteFlow) GetOsgconnectValidateAccountNo() *ExecuteOsgconnectValidateAccountNo

func (*ExecuteFlow) GetPIANO_ADD_PAYMENT added in v1.7.69

func (x *ExecuteFlow) GetPIANO_ADD_PAYMENT() *ExacutePianoAddPayment

func (*ExecuteFlow) GetPIANO_GET_PAYMENT added in v1.7.35

func (x *ExecuteFlow) GetPIANO_GET_PAYMENT() *ExecutePianoGetPayment

func (*ExecuteFlow) GetPIANO_GET_USER added in v1.7.21

func (x *ExecuteFlow) GetPIANO_GET_USER() *ExecutePianoGetUser

func (*ExecuteFlow) GetPIANO_LASTACCESS_CONVERSION added in v1.7.39

func (x *ExecuteFlow) GetPIANO_LASTACCESS_CONVERSION() *ExecutePianoLastAccessConversion

func (*ExecuteFlow) GetPIANO_LIST_SUBSCRIPTION added in v1.7.39

func (x *ExecuteFlow) GetPIANO_LIST_SUBSCRIPTION() *ExecutePianoListSubscription

func (*ExecuteFlow) GetPIANO_UPDATE_PAYMENT added in v1.7.69

func (x *ExecuteFlow) GetPIANO_UPDATE_PAYMENT() *ExacutePianoUpdatePayment

func (*ExecuteFlow) GetPIANO_UPDATE_SUBSCRIPTION added in v1.7.35

func (x *ExecuteFlow) GetPIANO_UPDATE_SUBSCRIPTION() *ExecutePianoUpdateSubscription

func (*ExecuteFlow) GetPIANO_UPDATE_USER added in v1.7.21

func (x *ExecuteFlow) GetPIANO_UPDATE_USER() *ExecutePianoUpdateUser

func (*ExecuteFlow) GetPaymentVisionSubmitCardSaleRequestByAch

func (x *ExecuteFlow) GetPaymentVisionSubmitCardSaleRequestByAch() *ExecutePaymentVisionSubmitCardSaleRequestByAch

func (*ExecuteFlow) GetPaymentVisionSubmitCardSaleRequestByCc

func (x *ExecuteFlow) GetPaymentVisionSubmitCardSaleRequestByCc() *ExecutePaymentVisionSubmitCardSaleRequestByCc

func (*ExecuteFlow) GetPaynsecondsTokenizeCard added in v1.7.39

func (x *ExecuteFlow) GetPaynsecondsTokenizeCard() *ExecutePaynsecondsTokenizeCard

func (*ExecuteFlow) GetPayscoutCreditSale

func (x *ExecuteFlow) GetPayscoutCreditSale() *ExecutePayScoutCreditCardSale

func (*ExecuteFlow) GetPayscoutEcheckSale

func (x *ExecuteFlow) GetPayscoutEcheckSale() *ExecutePayScoutEcheckSale

func (*ExecuteFlow) GetPaywayCreateTokenRequest

func (x *ExecuteFlow) GetPaywayCreateTokenRequest() *ExecutePaywayCreateTokenRequest

func (*ExecuteFlow) GetPaywaySubmitAchSaleRequest

func (x *ExecuteFlow) GetPaywaySubmitAchSaleRequest() *ExecutePaywaySubmitACHSaleRequest

func (*ExecuteFlow) GetPaywaySubmitCardSaleRequest

func (x *ExecuteFlow) GetPaywaySubmitCardSaleRequest() *ExecutePaywaySubmitCardSaleRequest

func (*ExecuteFlow) GetPluginInstanceId

func (x *ExecuteFlow) GetPluginInstanceId() string

func (*ExecuteFlow) GetPoscorpAccesstoken added in v1.7.15

func (x *ExecuteFlow) GetPoscorpAccesstoken() *ExecutePoscorpAccesstoken

func (*ExecuteFlow) GetPoscorpLookupGuarantor added in v1.7.15

func (x *ExecuteFlow) GetPoscorpLookupGuarantor() *ExecutePoscorpLookupGuarantor

func (*ExecuteFlow) GetPoscorpUpdatePaymentStatus added in v1.7.15

func (x *ExecuteFlow) GetPoscorpUpdatePaymentStatus() *ExecutePoscorpUpdatePaymentStatus

func (*ExecuteFlow) GetPriocommerceAchPayment added in v1.7.34

func (x *ExecuteFlow) GetPriocommerceAchPayment() *ExecutePriocommerceAchPayment

func (*ExecuteFlow) GetPriocommerceCcPayment added in v1.7.34

func (x *ExecuteFlow) GetPriocommerceCcPayment() *ExecutePriocommerceCcPayment

func (*ExecuteFlow) GetRelatientCreateFortisAchtoken added in v1.7.15

func (x *ExecuteFlow) GetRelatientCreateFortisAchtoken() *ExecuteRelatientCreateFortisAchtoken

func (*ExecuteFlow) GetRelatientCreateFortisCctoken added in v1.7.15

func (x *ExecuteFlow) GetRelatientCreateFortisCctoken() *ExecuteRelatientCreateFortisCctoken

func (*ExecuteFlow) GetRelatientFortisTokenAchDebitPayment added in v1.7.15

func (x *ExecuteFlow) GetRelatientFortisTokenAchDebitPayment() *ExecuteRelatientFortisTokenAchDebitPayment

func (*ExecuteFlow) GetRelatientFortisTokenCcPayment added in v1.7.15

func (x *ExecuteFlow) GetRelatientFortisTokenCcPayment() *ExecuteRelatientFortisTokenCcPayment

func (*ExecuteFlow) GetRelatientGetPatient

func (x *ExecuteFlow) GetRelatientGetPatient() *ExecuteRelatientGetPatient

func (*ExecuteFlow) GetRelatientGetPatientBalance

func (x *ExecuteFlow) GetRelatientGetPatientBalance() *ExecuteRelatientGetPatientBalance

func (*ExecuteFlow) GetRelatientGetPatientCcTokens

func (x *ExecuteFlow) GetRelatientGetPatientCcTokens() *ExecuteRelatientGetPatientCcTokens

func (*ExecuteFlow) GetRelatientPostBalanceById

func (x *ExecuteFlow) GetRelatientPostBalanceById() *ExecuteRelatientPostBalanceById

func (*ExecuteFlow) GetRelatientPostPatientBalance

func (x *ExecuteFlow) GetRelatientPostPatientBalance() *ExecuteRelatientPostPatientBalance

func (*ExecuteFlow) GetRelatientPostPatientToken

func (x *ExecuteFlow) GetRelatientPostPatientToken() *ExecuteRelatientPostPatientToken

func (*ExecuteFlow) GetRepayAchPaymentToken

func (x *ExecuteFlow) GetRepayAchPaymentToken() *ExecuteRepayAchPaymentToken

func (*ExecuteFlow) GetRepayPaymentToken

func (x *ExecuteFlow) GetRepayPaymentToken() *ExecuteRepayPaymentToken

func (*ExecuteFlow) GetRepayStoreCard

func (x *ExecuteFlow) GetRepayStoreCard() *ExecuteRepayStoreCard

func (*ExecuteFlow) GetSecuretradingSendPayment

func (x *ExecuteFlow) GetSecuretradingSendPayment() *ExecuteSecuretradingSendPayment

func (*ExecuteFlow) GetShift4AccessToken added in v1.7.42

func (x *ExecuteFlow) GetShift4AccessToken() *ExecuteShift4CcPayments

func (*ExecuteFlow) GetShift4CcPayment

func (x *ExecuteFlow) GetShift4CcPayment() *ExecuteShift4CcPayments

func (*ExecuteFlow) GetSutherlandrevPaymentConnect added in v1.7.72

func (x *ExecuteFlow) GetSutherlandrevPaymentConnect() *ExecuteSutherlandrevPaymentConnect

func (*ExecuteFlow) GetSwervepayCreateCustomer added in v1.8.14

func (x *ExecuteFlow) GetSwervepayCreateCustomer() *ExecuteSwervepayCreateCustomer

func (*ExecuteFlow) GetSwervepayCreateTransactionAuth added in v1.8.14

func (x *ExecuteFlow) GetSwervepayCreateTransactionAuth() *ExecuteSwervepayCreateTransactionAuth

func (*ExecuteFlow) GetSwervepayCreateTransactionCapture added in v1.8.14

func (x *ExecuteFlow) GetSwervepayCreateTransactionCapture() *ExecuteSwervepayCreateTransactionCapture

func (*ExecuteFlow) GetSwervepayCreateTransactionCredit added in v1.8.14

func (x *ExecuteFlow) GetSwervepayCreateTransactionCredit() *ExecuteSwervepayCreateTransactionCredit

func (*ExecuteFlow) GetSwervepayCreateTransactionRefund added in v1.8.14

func (x *ExecuteFlow) GetSwervepayCreateTransactionRefund() *ExecuteSwervepayCreateTransactionRefund

func (*ExecuteFlow) GetSwervepayCreateTransactionSale added in v1.8.14

func (x *ExecuteFlow) GetSwervepayCreateTransactionSale() *ExecuteSwervepayCreateTransactionSale

func (*ExecuteFlow) GetSwervepayCreateTransactionValidate added in v1.8.14

func (x *ExecuteFlow) GetSwervepayCreateTransactionValidate() *ExecuteSwervepayCreateTransactionValidate

func (*ExecuteFlow) GetSwervepayProcessNewTransactionAuth added in v1.8.14

func (x *ExecuteFlow) GetSwervepayProcessNewTransactionAuth() *ExecuteSwervepayProcessNewTransactionAuth

func (*ExecuteFlow) GetSwervepayProcessNewTransactionCapture added in v1.8.14

func (x *ExecuteFlow) GetSwervepayProcessNewTransactionCapture() *ExecuteSwervepayProcessNewTransactionCapture

func (*ExecuteFlow) GetSwervepayProcessNewTransactionCredit added in v1.8.14

func (x *ExecuteFlow) GetSwervepayProcessNewTransactionCredit() *ExecuteSwervepayProcessNewTransactionCredit

func (*ExecuteFlow) GetSwervepayProcessNewTransactionRefund added in v1.8.14

func (x *ExecuteFlow) GetSwervepayProcessNewTransactionRefund() *ExecuteSwervepayProcessNewTransactionRefund

func (*ExecuteFlow) GetSwervepayProcessNewTransactionSale added in v1.8.14

func (x *ExecuteFlow) GetSwervepayProcessNewTransactionSale() *ExecuteSwervepayProcessNewTransactionSale

func (*ExecuteFlow) GetSwervepayProcessNewTransactionValidate added in v1.8.14

func (x *ExecuteFlow) GetSwervepayProcessNewTransactionValidate() *ExecuteSwervepayProcessNewTransactionValidate

func (*ExecuteFlow) GetSwervepayQueryCustomerDetails added in v1.8.14

func (x *ExecuteFlow) GetSwervepayQueryCustomerDetails() *ExecuteSwervepayQueryCustomerDetails

func (*ExecuteFlow) GetSwervepayQueryCustomerTokenDetails added in v1.8.14

func (x *ExecuteFlow) GetSwervepayQueryCustomerTokenDetails() *ExecuteSwervepayQueryCustomerTokenDetails

func (*ExecuteFlow) GetSwervepayQueryCustomerTokens added in v1.8.14

func (x *ExecuteFlow) GetSwervepayQueryCustomerTokens() *ExecuteSwervepayQueryQueryCustomerTokens

func (*ExecuteFlow) GetSwervepayQueryCustomerTransactions added in v1.8.14

func (x *ExecuteFlow) GetSwervepayQueryCustomerTransactions() *ExecuteSwervepayQueryCustomerTransactions

func (*ExecuteFlow) GetSwervepayQueryCustomers added in v1.8.14

func (x *ExecuteFlow) GetSwervepayQueryCustomers() *ExecuteSwervepayQueryCustomers

func (*ExecuteFlow) GetSwervepayQueryTransactionDetails added in v1.8.14

func (x *ExecuteFlow) GetSwervepayQueryTransactionDetails() *ExecuteSwervepayQueryQueryTransactionDetails

func (*ExecuteFlow) GetSwervepayQueryTransactions added in v1.8.14

func (x *ExecuteFlow) GetSwervepayQueryTransactions() *ExecuteSwervepayQueryTransactions

func (*ExecuteFlow) GetSwervepayRemoveCustomerToken added in v1.8.14

func (x *ExecuteFlow) GetSwervepayRemoveCustomerToken() *ExecuteSwervepayRemoveCustomerToken

func (*ExecuteFlow) GetSwervepayUpdateCustomer added in v1.8.14

func (x *ExecuteFlow) GetSwervepayUpdateCustomer() *ExecuteSwervepayUpdateCustomer

func (*ExecuteFlow) GetTrustcommerceAchSale

func (x *ExecuteFlow) GetTrustcommerceAchSale() *ExecuteTrustcommerceAchSale

func (*ExecuteFlow) GetTrustcommerceCreditSale

func (x *ExecuteFlow) GetTrustcommerceCreditSale() *ExecuteTrustcommerceCreditSale

func (*ExecuteFlow) GetUsaepayGetCcToken added in v1.7.21

func (x *ExecuteFlow) GetUsaepayGetCcToken() *ExecuteUsaepayGetCcToken

func (*ExecuteFlow) GetUsaepaySubmitAchPayments

func (x *ExecuteFlow) GetUsaepaySubmitAchPayments() *ExecuteUsaepaySubmitAchPayments

func (*ExecuteFlow) GetUsaepaySubmitCcPayments

func (x *ExecuteFlow) GetUsaepaySubmitCcPayments() *ExecuteUsaepaySubmitCcPayments

func (*ExecuteFlow) GetValue

func (m *ExecuteFlow) GetValue() isExecuteFlow_Value

func (*ExecuteFlow) GetVantivAchSale

func (x *ExecuteFlow) GetVantivAchSale() *ExecuteVantivAchSale

func (*ExecuteFlow) GetVantivCreditSale

func (x *ExecuteFlow) GetVantivCreditSale() *ExecuteVantivCreditSale

func (*ExecuteFlow) ProtoMessage

func (*ExecuteFlow) ProtoMessage()

func (*ExecuteFlow) ProtoReflect

func (x *ExecuteFlow) ProtoReflect() protoreflect.Message

func (*ExecuteFlow) Reset

func (x *ExecuteFlow) Reset()

func (*ExecuteFlow) String

func (x *ExecuteFlow) String() string

type ExecuteFlow_AthenahealthCcPayment

type ExecuteFlow_AthenahealthCcPayment struct {
	AthenahealthCcPayment *ExecuteAthenahealthCcPayment `protobuf:"bytes,2503,opt,name=athenahealth_cc_payment,json=athenahealthCcPayment,proto3,oneof"`
}

type ExecuteFlow_AthenahealthGetPatients

type ExecuteFlow_AthenahealthGetPatients struct {
	AthenahealthGetPatients *ExecuteAthenahealthGetPatients `protobuf:"bytes,2501,opt,name=athenahealth_get_patients,json=athenahealthGetPatients,proto3,oneof"`
}

type ExecuteFlow_AthenahealthGetPatientsWithId

type ExecuteFlow_AthenahealthGetPatientsWithId struct {
	AthenahealthGetPatientsWithId *ExecuteAthenahealthGetPatientsWithId `protobuf:"bytes,2502,opt,name=athenahealth_get_patients_with_id,json=athenahealthGetPatientsWithId,proto3,oneof"`
}

type ExecuteFlow_AuthorizenetApplePayTransaction

type ExecuteFlow_AuthorizenetApplePayTransaction struct {
	AuthorizenetApplePayTransaction *ExecuteAuthorizenetApplePayTransaction `protobuf:"bytes,506,opt,name=authorizenet_apple_pay_transaction,json=authorizenetApplePayTransaction,proto3,oneof"`
}

type ExecuteFlow_AuthorizenetChargeCreditCard

type ExecuteFlow_AuthorizenetChargeCreditCard struct {
	AuthorizenetChargeCreditCard *ExecuteAuthorizenetChargeCreditCard `protobuf:"bytes,501,opt,name=authorizenet_charge_credit_card,json=authorizenetChargeCreditCard,proto3,oneof"`
}

type ExecuteFlow_AuthorizenetCreateCustomerPaymentProfile

type ExecuteFlow_AuthorizenetCreateCustomerPaymentProfile struct {
	AuthorizenetCreateCustomerPaymentProfile *ExecuteAuthorizenetCreateCustomerPaymentProfile `` /* 133-byte string literal not displayed */
}

type ExecuteFlow_AuthorizenetDebitBankAccount

type ExecuteFlow_AuthorizenetDebitBankAccount struct {
	AuthorizenetDebitBankAccount *ExecuteAuthorizenetDebitBankAccount `protobuf:"bytes,502,opt,name=authorizenet_debit_bank_account,json=authorizenetDebitBankAccount,proto3,oneof"`
}

type ExecuteFlow_AuthorizenetGooglePayTransaction

type ExecuteFlow_AuthorizenetGooglePayTransaction struct {
	AuthorizenetGooglePayTransaction *ExecuteAuthorizenetGooglePayTransaction `protobuf:"bytes,505,opt,name=authorizenet_google_pay_transaction,json=authorizenetGooglePayTransaction,proto3,oneof"`
}

type ExecuteFlow_AuthorizenetPayPalAuthCapture

type ExecuteFlow_AuthorizenetPayPalAuthCapture struct {
	AuthorizenetPayPalAuthCapture *ExecuteAuthorizenetPayPalAuthCapture `protobuf:"bytes,507,opt,name=authorizenet_pay_pal_auth_capture,json=authorizenetPayPalAuthCapture,proto3,oneof"`
}

type ExecuteFlow_AuthorizenetPaypalTransaction

type ExecuteFlow_AuthorizenetPaypalTransaction struct {
	AuthorizenetPaypalTransaction *ExecuteAuthorizenetPaypalTransaction `protobuf:"bytes,504,opt,name=authorizenet_paypal_transaction,json=authorizenetPaypalTransaction,proto3,oneof"`
}

type ExecuteFlow_AxiaSubmitSaleRequestByCc

type ExecuteFlow_AxiaSubmitSaleRequestByCc struct {
	AxiaSubmitSaleRequestByCc *ExecuteAxiaSubmitSaleRequestByCc `protobuf:"bytes,1301,opt,name=axia_submit_sale_request_by_cc,json=axiaSubmitSaleRequestByCc,proto3,oneof"`
}

type ExecuteFlow_AxiaSubmitSaleRequestByCheck

type ExecuteFlow_AxiaSubmitSaleRequestByCheck struct {
	AxiaSubmitSaleRequestByCheck *ExecuteAxiaSubmitSaleRequestByCheck `protobuf:"bytes,1302,opt,name=axia_submit_sale_request_by_check,json=axiaSubmitSaleRequestByCheck,proto3,oneof"`
}

type ExecuteFlow_AxiamedfusionAchTransaction

type ExecuteFlow_AxiamedfusionAchTransaction struct {
	AxiamedfusionAchTransaction *ExecuteAxiamedfusionAchTransaction `protobuf:"bytes,702,opt,name=axiamedfusion_ach_transaction,json=axiamedfusionAchTransaction,proto3,oneof"`
}

type ExecuteFlow_AxiamedfusionCardVerify

type ExecuteFlow_AxiamedfusionCardVerify struct {
	AxiamedfusionCardVerify *ExecuteAxiamedfusionCardVerify `protobuf:"bytes,703,opt,name=axiamedfusion_card_verify,json=axiamedfusionCardVerify,proto3,oneof"`
}

type ExecuteFlow_AxiamedfusionCcTransaction

type ExecuteFlow_AxiamedfusionCcTransaction struct {
	AxiamedfusionCcTransaction *ExecuteAxiamedfusionCcTransaction `protobuf:"bytes,701,opt,name=axiamedfusion_cc_transaction,json=axiamedfusionCcTransaction,proto3,oneof"`
}

type ExecuteFlow_BamboraSubmitAchPayments

type ExecuteFlow_BamboraSubmitAchPayments struct {
	BamboraSubmitAchPayments *ExecuteBamboraSubmitAchPayments `protobuf:"bytes,1102,opt,name=bambora_submit_ach_payments,json=bamboraSubmitAchPayments,proto3,oneof"`
}

type ExecuteFlow_BamboraSubmitCcPayments

type ExecuteFlow_BamboraSubmitCcPayments struct {
	BamboraSubmitCcPayments *ExecuteBamboraSubmitCcPayments `protobuf:"bytes,1101,opt,name=bambora_submit_cc_payments,json=bamboraSubmitCcPayments,proto3,oneof"`
}

type ExecuteFlow_BillingtreeSubmitCardSaleRequest

type ExecuteFlow_BillingtreeSubmitCardSaleRequest struct {
	BillingtreeSubmitCardSaleRequest *ExecuteBillingtreeSubmitCardSaleRequest `protobuf:"bytes,1901,opt,name=billingtree_submit_card_sale_request,json=billingtreeSubmitCardSaleRequest,proto3,oneof"`
}

type ExecuteFlow_BraintreeBankSale

type ExecuteFlow_BraintreeBankSale struct {
	BraintreeBankSale *ExecuteBraintreeBankSale `protobuf:"bytes,102,opt,name=braintree_bank_sale,json=braintreeBankSale,proto3,oneof"`
}

type ExecuteFlow_BraintreeCreditSale

type ExecuteFlow_BraintreeCreditSale struct {
	BraintreeCreditSale *ExecuteBraintreeCreditSale `protobuf:"bytes,101,opt,name=braintree_credit_sale,json=braintreeCreditSale,proto3,oneof"`
}

type ExecuteFlow_BrainworksGetCodesOrTypes

type ExecuteFlow_BrainworksGetCodesOrTypes struct {
	BrainworksGetCodesOrTypes *ExecuteBrainworksGetCodesOrTypes `protobuf:"bytes,2605,opt,name=brainworks_get_codes_or_types,json=brainworksGetCodesOrTypes,proto3,oneof"`
}

type ExecuteFlow_BrainworksGetComplaints

type ExecuteFlow_BrainworksGetComplaints struct {
	BrainworksGetComplaints *ExecuteBrainworksGetComplaints `protobuf:"bytes,2604,opt,name=brainworks_get_complaints,json=brainworksGetComplaints,proto3,oneof"`
}

type ExecuteFlow_BrainworksGetCustomerByCustId

type ExecuteFlow_BrainworksGetCustomerByCustId struct {
	BrainworksGetCustomerByCustId *ExecuteBrainworksGetCustomerByCustId `protobuf:"bytes,2609,opt,name=brainworks_get_customer_by_cust_id,json=brainworksGetCustomerByCustId,proto3,oneof"`
}

type ExecuteFlow_BrainworksGetCustomerByCustIdV2

type ExecuteFlow_BrainworksGetCustomerByCustIdV2 struct {
	BrainworksGetCustomerByCustIdV2 *ExecuteBrainworksGetCustomerByCustIdV2 `protobuf:"bytes,2603,opt,name=brainworks_get_customer_by_cust_id_v2,json=brainworksGetCustomerByCustIdV2,proto3,oneof"`
}

type ExecuteFlow_BrainworksGetCustomersByPhone

type ExecuteFlow_BrainworksGetCustomersByPhone struct {
	BrainworksGetCustomersByPhone *ExecuteBrainworksGetCustomersByPhone `protobuf:"bytes,2601,opt,name=brainworks_get_customers_by_phone,json=brainworksGetCustomersByPhone,proto3,oneof"`
}

type ExecuteFlow_BrainworksGetSuspends

type ExecuteFlow_BrainworksGetSuspends struct {
	BrainworksGetSuspends *ExecuteBrainworksGetSuspends `protobuf:"bytes,2602,opt,name=brainworks_get_suspends,json=brainworksGetSuspends,proto3,oneof"`
}

type ExecuteFlow_BrainworksSendComplaint

type ExecuteFlow_BrainworksSendComplaint struct {
	BrainworksSendComplaint *ExecuteBrainworksSendComplaint `protobuf:"bytes,2608,opt,name=brainworks_send_complaint,json=brainworksSendComplaint,proto3,oneof"`
}

type ExecuteFlow_BrainworksStartSuspends

type ExecuteFlow_BrainworksStartSuspends struct {
	BrainworksStartSuspends *ExecuteBrainworksStartSuspends `protobuf:"bytes,2607,opt,name=brainworks_start_suspends,json=brainworksStartSuspends,proto3,oneof"`
}

type ExecuteFlow_BrainworksStopSuspends

type ExecuteFlow_BrainworksStopSuspends struct {
	BrainworksStopSuspends *ExecuteBrainworksStopSuspends `protobuf:"bytes,2606,opt,name=brainworks_stop_suspends,json=brainworksStopSuspends,proto3,oneof"`
}

type ExecuteFlow_CircproAccountInquiry

type ExecuteFlow_CircproAccountInquiry struct {
	CircproAccountInquiry *ExecuteCircproAccountInquiry `protobuf:"bytes,405,opt,name=circpro_account_inquiry,json=circproAccountInquiry,proto3,oneof"`
}

type ExecuteFlow_CircproAccountInquiryWithTax

type ExecuteFlow_CircproAccountInquiryWithTax struct {
	CircproAccountInquiryWithTax *ExecuteCircproAccountInquiryWithTax `protobuf:"bytes,406,opt,name=circpro_account_inquiry_with_tax,json=circproAccountInquiryWithTax,proto3,oneof"`
}

type ExecuteFlow_CircproAccountInquiryWithTaxBundle

type ExecuteFlow_CircproAccountInquiryWithTaxBundle struct {
	CircproAccountInquiryWithTaxBundle *ExecuteCircproAccountInquiryWithTaxBundle `protobuf:"bytes,407,opt,name=circpro_account_inquiry_with_tax_bundle,json=circproAccountInquiryWithTaxBundle,proto3,oneof"`
}

type ExecuteFlow_CircproComplaintCodes

type ExecuteFlow_CircproComplaintCodes struct {
	CircproComplaintCodes *ExecuteCircproComplaintCodes `protobuf:"bytes,408,opt,name=circpro_complaint_codes,json=circproComplaintCodes,proto3,oneof"`
}

type ExecuteFlow_CircproComplaintInquiry

type ExecuteFlow_CircproComplaintInquiry struct {
	CircproComplaintInquiry *ExecuteCircproComplaintInquiry `protobuf:"bytes,404,opt,name=circpro_complaint_inquiry,json=circproComplaintInquiry,proto3,oneof"`
}

type ExecuteFlow_CircproComplaintUpdate

type ExecuteFlow_CircproComplaintUpdate struct {
	CircproComplaintUpdate *ExecuteCircproComplaintUpdate `protobuf:"bytes,409,opt,name=circpro_complaint_update,json=circproComplaintUpdate,proto3,oneof"`
}

type ExecuteFlow_CircproLawGetCustomers

type ExecuteFlow_CircproLawGetCustomers struct {
	CircproLawGetCustomers *ExecuteCircproLawGetCustomers `protobuf:"bytes,414,opt,name=circpro_law_get_customers,json=circproLawGetCustomers,proto3,oneof"`
}

type ExecuteFlow_CircproLawGetPaymentTypes added in v1.7.69

type ExecuteFlow_CircproLawGetPaymentTypes struct {
	CircproLawGetPaymentTypes *ExecuteCircproLawGetPaymentTypes `protobuf:"bytes,415,opt,name=circpro_law_get_payment_types,json=circproLawGetPaymentTypes,proto3,oneof"`
}

type ExecuteFlow_CircproLawImmediatePayment

type ExecuteFlow_CircproLawImmediatePayment struct {
	CircproLawImmediatePayment *ExecuteCircproLawImmediatePayment `protobuf:"bytes,412,opt,name=circpro_law_immediate_payment,json=circproLawImmediatePayment,proto3,oneof"`
}

type ExecuteFlow_CircproLawUpdateDataWithPac

type ExecuteFlow_CircproLawUpdateDataWithPac struct {
	CircproLawUpdateDataWithPac *ExecuteCircproLawUpdateDataWithPac `protobuf:"bytes,413,opt,name=circpro_law_update_data_with_pac,json=circproLawUpdateDataWithPac,proto3,oneof"`
}

type ExecuteFlow_CircproPhoneLookup

type ExecuteFlow_CircproPhoneLookup struct {
	CircproPhoneLookup *ExecuteCircproPhoneLookup `protobuf:"bytes,402,opt,name=circpro_phone_lookup,json=circproPhoneLookup,proto3,oneof"`
}

type ExecuteFlow_CircproPhoneLookupWithBundle

type ExecuteFlow_CircproPhoneLookupWithBundle struct {
	CircproPhoneLookupWithBundle *ExecuteCircproPhoneLookupWithBundle `protobuf:"bytes,401,opt,name=circpro_phone_lookup_with_bundle,json=circproPhoneLookupWithBundle,proto3,oneof"`
}

type ExecuteFlow_CircproRestartUpdate

type ExecuteFlow_CircproRestartUpdate struct {
	CircproRestartUpdate *ExecuteCircproRestartUpdate `protobuf:"bytes,411,opt,name=circpro_restart_update,json=circproRestartUpdate,proto3,oneof"`
}

type ExecuteFlow_CircproVacationRestartInquiry

type ExecuteFlow_CircproVacationRestartInquiry struct {
	CircproVacationRestartInquiry *ExecuteCircproVacationRestartInquiry `protobuf:"bytes,403,opt,name=circpro_vacation_restart_inquiry,json=circproVacationRestartInquiry,proto3,oneof"`
}

type ExecuteFlow_CircproVacationUpdate

type ExecuteFlow_CircproVacationUpdate struct {
	CircproVacationUpdate *ExecuteCircproVacationUpdate `protobuf:"bytes,410,opt,name=circpro_vacation_update,json=circproVacationUpdate,proto3,oneof"`
}

type ExecuteFlow_CybersourceCreditPayment

type ExecuteFlow_CybersourceCreditPayment struct {
	CybersourceCreditPayment *ExecuteCybersourceCreditPayment `protobuf:"bytes,301,opt,name=cybersource_credit_payment,json=cybersourceCreditPayment,proto3,oneof"`
}

type ExecuteFlow_CybersourceEcheckPayment

type ExecuteFlow_CybersourceEcheckPayment struct {
	CybersourceEcheckPayment *ExecuteCybersourceEcheckPayment `protobuf:"bytes,302,opt,name=cybersource_echeck_payment,json=cybersourceEcheckPayment,proto3,oneof"`
}

type ExecuteFlow_DallasnewsAchPaymentToken

type ExecuteFlow_DallasnewsAchPaymentToken struct {
	DallasnewsAchPaymentToken *ExecuteDallasnewsAchPaymentToken `protobuf:"bytes,1713,opt,name=dallasnews_ach_payment_token,json=dallasnewsAchPaymentToken,proto3,oneof"`
}

type ExecuteFlow_DallasnewsAddComplaint

type ExecuteFlow_DallasnewsAddComplaint struct {
	DallasnewsAddComplaint *ExecuteDallasnewsAddComplaint `protobuf:"bytes,1709,opt,name=dallasnews_add_complaint,json=dallasnewsAddComplaint,proto3,oneof"`
}

type ExecuteFlow_DallasnewsCcPaymentToken

type ExecuteFlow_DallasnewsCcPaymentToken struct {
	DallasnewsCcPaymentToken *ExecuteDallasnewsCcPaymentToken `protobuf:"bytes,1712,opt,name=dallasnews_cc_payment_token,json=dallasnewsCcPaymentToken,proto3,oneof"`
}

type ExecuteFlow_DallasnewsCreateVacation

type ExecuteFlow_DallasnewsCreateVacation struct {
	DallasnewsCreateVacation *ExecuteDallasnewsCreateVacation `protobuf:"bytes,1704,opt,name=dallasnews_create_vacation,json=dallasnewsCreateVacation,proto3,oneof"`
}

type ExecuteFlow_DallasnewsDeleteVacation

type ExecuteFlow_DallasnewsDeleteVacation struct {
	DallasnewsDeleteVacation *ExecuteDallasnewsDeleteVacation `protobuf:"bytes,1708,opt,name=dallasnews_delete_vacation,json=dallasnewsDeleteVacation,proto3,oneof"`
}

type ExecuteFlow_DallasnewsGetVacation

type ExecuteFlow_DallasnewsGetVacation struct {
	DallasnewsGetVacation *ExecuteDallasnewsGetVacation `protobuf:"bytes,1705,opt,name=dallasnews_get_vacation,json=dallasnewsGetVacation,proto3,oneof"`
}

type ExecuteFlow_DallasnewsGetVacationDaysBetween

type ExecuteFlow_DallasnewsGetVacationDaysBetween struct {
	DallasnewsGetVacationDaysBetween *ExecuteDallasnewsGetVacationDaysBetween `protobuf:"bytes,1706,opt,name=dallasnews_get_vacation_days_between,json=dallasnewsGetVacationDaysBetween,proto3,oneof"`
}

type ExecuteFlow_DallasnewsGetVacationWithCutoff

type ExecuteFlow_DallasnewsGetVacationWithCutoff struct {
	DallasnewsGetVacationWithCutoff *ExecuteDallasnewsGetVacationWithCutoff `protobuf:"bytes,1707,opt,name=dallasnews_get_vacation_with_cutoff,json=dallasnewsGetVacationWithCutoff,proto3,oneof"`
}

type ExecuteFlow_DallasnewsSearchBy

type ExecuteFlow_DallasnewsSearchBy struct {
	DallasnewsSearchBy *ExecuteDallasnewsSearchBy `protobuf:"bytes,1703,opt,name=dallasnews_search_by,json=dallasnewsSearchBy,proto3,oneof"`
}

type ExecuteFlow_DallasnewsSearchByPhone

type ExecuteFlow_DallasnewsSearchByPhone struct {
	DallasnewsSearchByPhone *ExecuteDallasnewsSearchByPhone `protobuf:"bytes,1701,opt,name=dallasnews_search_by_phone,json=dallasnewsSearchByPhone,proto3,oneof"`
}

type ExecuteFlow_DallasnewsSearchByZipStreet

type ExecuteFlow_DallasnewsSearchByZipStreet struct {
	DallasnewsSearchByZipStreet *ExecuteDallasnewsSearchByZipStreet `protobuf:"bytes,1702,opt,name=dallasnews_search_by_zip_street,json=dallasnewsSearchByZipStreet,proto3,oneof"`
}

type ExecuteFlow_DallasnewsStopAccount

type ExecuteFlow_DallasnewsStopAccount struct {
	DallasnewsStopAccount *ExecuteDallasnewsStopAccount `protobuf:"bytes,1711,opt,name=dallasnews_stop_account,json=dallasnewsStopAccount,proto3,oneof"`
}

type ExecuteFlow_DallasnewsUpdatePhoneNumber

type ExecuteFlow_DallasnewsUpdatePhoneNumber struct {
	DallasnewsUpdatePhoneNumber *ExecuteDallasnewsUpdatePhoneNumber `protobuf:"bytes,1710,opt,name=dallasnews_update_phone_number,json=dallasnewsUpdatePhoneNumber,proto3,oneof"`
}

type ExecuteFlow_DebugEcho added in v1.7.76

type ExecuteFlow_DebugEcho struct {
	DebugEcho *ExecuteDebugEcho `protobuf:"bytes,5001,opt,name=debug_echo,json=debugEcho,proto3,oneof"`
}

type ExecuteFlow_DebugValidate added in v1.7.76

type ExecuteFlow_DebugValidate struct {
	DebugValidate *ExecuteDebugValidate `protobuf:"bytes,5002,opt,name=debug_validate,json=debugValidate,proto3,oneof"`
}

type ExecuteFlow_ElavonAddInstallment

type ExecuteFlow_ElavonAddInstallment struct {
	ElavonAddInstallment *ExecuteElavonAddInstallment `protobuf:"bytes,2907,opt,name=elavon_add_installment,json=elavonAddInstallment,proto3,oneof"`
}

type ExecuteFlow_ElavonAddRecurring

type ExecuteFlow_ElavonAddRecurring struct {
	ElavonAddRecurring *ExecuteElavonAddRecurring `protobuf:"bytes,2902,opt,name=elavon_add_recurring,json=elavonAddRecurring,proto3,oneof"`
}

type ExecuteFlow_ElavonCreditCardSale

type ExecuteFlow_ElavonCreditCardSale struct {
	ElavonCreditCardSale *ExecuteElavonCreditCardSale `protobuf:"bytes,2901,opt,name=elavon_credit_card_sale,json=elavonCreditCardSale,proto3,oneof"`
}

type ExecuteFlow_ElavonDccResponse

type ExecuteFlow_ElavonDccResponse struct {
	ElavonDccResponse *ExecuteElavonDccResponse `protobuf:"bytes,2903,opt,name=elavon_dcc_response,json=elavonDccResponse,proto3,oneof"`
}

type ExecuteFlow_ElavonDeleteInstallment

type ExecuteFlow_ElavonDeleteInstallment struct {
	ElavonDeleteInstallment *ExecuteElavonDeleteInstallment `protobuf:"bytes,2909,opt,name=elavon_delete_installment,json=elavonDeleteInstallment,proto3,oneof"`
}

type ExecuteFlow_ElavonDeleteRecurring

type ExecuteFlow_ElavonDeleteRecurring struct {
	ElavonDeleteRecurring *ExecuteElavonDeleteRecurring `protobuf:"bytes,2904,opt,name=elavon_delete_recurring,json=elavonDeleteRecurring,proto3,oneof"`
}

type ExecuteFlow_ElavonHealthCareCcSale

type ExecuteFlow_ElavonHealthCareCcSale struct {
	ElavonHealthCareCcSale *ExecuteElavonHealthCareCCSale `protobuf:"bytes,2906,opt,name=elavon_health_care_cc_sale,json=elavonHealthCareCcSale,proto3,oneof"`
}

type ExecuteFlow_ElavonMccCreditCardSale

type ExecuteFlow_ElavonMccCreditCardSale struct {
	ElavonMccCreditCardSale *ExecuteElavonMccCreditCardSale `protobuf:"bytes,2910,opt,name=elavon_mcc_credit_card_sale,json=elavonMccCreditCardSale,proto3,oneof"`
}

type ExecuteFlow_ElavonUpdateInstallment

type ExecuteFlow_ElavonUpdateInstallment struct {
	ElavonUpdateInstallment *ExecuteElavonUpdateInstallment `protobuf:"bytes,2908,opt,name=elavon_update_installment,json=elavonUpdateInstallment,proto3,oneof"`
}

type ExecuteFlow_ElavonUpdateRecurring

type ExecuteFlow_ElavonUpdateRecurring struct {
	ElavonUpdateRecurring *ExecuteElavonUpdateRecurring `protobuf:"bytes,2905,opt,name=elavon_update_recurring,json=elavonUpdateRecurring,proto3,oneof"`
}

type ExecuteFlow_EpicBookAppointment added in v1.7.31

type ExecuteFlow_EpicBookAppointment struct {
	EpicBookAppointment *ExecuteEpicBookAppointment `protobuf:"bytes,3706,opt,name=epic_book_appointment,json=epicBookAppointment,proto3,oneof"`
}

type ExecuteFlow_EpicCallPatient added in v1.7.60

type ExecuteFlow_EpicCallPatient struct {
	EpicCallPatient *ExecuteEpicCallPatient `protobuf:"bytes,3712,opt,name=epic_call_patient,json=epicCallPatient,proto3,oneof"`
}

type ExecuteFlow_EpicFindAppointment added in v1.7.31

type ExecuteFlow_EpicFindAppointment struct {
	EpicFindAppointment *ExecuteEpicFindAppointment `protobuf:"bytes,3705,opt,name=epic_find_appointment,json=epicFindAppointment,proto3,oneof"`
}

type ExecuteFlow_EpicGetAccount added in v1.7.31

type ExecuteFlow_EpicGetAccount struct {
	EpicGetAccount *ExecuteEpicGetAccount `protobuf:"bytes,3707,opt,name=epic_get_account,json=epicGetAccount,proto3,oneof"`
}

type ExecuteFlow_EpicGetAccountAccessIdentifiers added in v1.7.66

type ExecuteFlow_EpicGetAccountAccessIdentifiers struct {
	EpicGetAccountAccessIdentifiers *ExecuteEpicGetAccountAccessIdentifiers `protobuf:"bytes,3714,opt,name=epic_get_account_access_identifiers,json=epicGetAccountAccessIdentifiers,proto3,oneof"`
}

type ExecuteFlow_EpicGetAccountBillingSummary added in v1.7.66

type ExecuteFlow_EpicGetAccountBillingSummary struct {
	EpicGetAccountBillingSummary *ExecuteEpicGetAccountBillingSummary `protobuf:"bytes,3715,opt,name=epic_get_account_billing_summary,json=epicGetAccountBillingSummary,proto3,oneof"`
}

type ExecuteFlow_EpicGetPatient added in v1.7.31

type ExecuteFlow_EpicGetPatient struct {
	EpicGetPatient *ExecuteEpicGetPatient `protobuf:"bytes,3702,opt,name=epic_get_patient,json=epicGetPatient,proto3,oneof"`
}

type ExecuteFlow_EpicGetPatientBillingDetails added in v1.7.55

type ExecuteFlow_EpicGetPatientBillingDetails struct {
	EpicGetPatientBillingDetails *ExecuteEpicGetPatientBillingDetails `protobuf:"bytes,3711,opt,name=epic_get_patient_billing_details,json=epicGetPatientBillingDetails,proto3,oneof"`
}

type ExecuteFlow_EpicGetToken added in v1.7.31

type ExecuteFlow_EpicGetToken struct {
	EpicGetToken *ExecuteEpicGetToken `protobuf:"bytes,3701,opt,name=epic_get_token,json=epicGetToken,proto3,oneof"`
}

type ExecuteFlow_EpicHangupCall added in v1.7.60

type ExecuteFlow_EpicHangupCall struct {
	EpicHangupCall *ExecuteEpicHangupCall `protobuf:"bytes,3713,opt,name=epic_hangup_call,json=epicHangupCall,proto3,oneof"`
}

type ExecuteFlow_EpicMatchPatient added in v1.7.31

type ExecuteFlow_EpicMatchPatient struct {
	EpicMatchPatient *ExecuteEpicMatchPatient `protobuf:"bytes,3703,opt,name=epic_match_patient,json=epicMatchPatient,proto3,oneof"`
}

type ExecuteFlow_EpicPostPatientMadePayment added in v1.7.55

type ExecuteFlow_EpicPostPatientMadePayment struct {
	EpicPostPatientMadePayment *ExecuteEpicPostPatientMadePayment `protobuf:"bytes,3710,opt,name=epic_post_patient_made_payment,json=epicPostPatientMadePayment,proto3,oneof"`
}

type ExecuteFlow_EpicReceiveCommunication_2 added in v1.7.47

type ExecuteFlow_EpicReceiveCommunication_2 struct {
	EpicReceiveCommunication_2 *ExecuteEpicReceiveCommunication2 `protobuf:"bytes,3708,opt,name=epic_receive_communication_2,json=epicReceiveCommunication2,proto3,oneof"`
}

type ExecuteFlow_EpicReceiveCommunication_3 added in v1.7.47

type ExecuteFlow_EpicReceiveCommunication_3 struct {
	EpicReceiveCommunication_3 *ExecuteEpicReceiveCommunication3 `protobuf:"bytes,3709,opt,name=epic_receive_communication_3,json=epicReceiveCommunication3,proto3,oneof"`
}

type ExecuteFlow_EpicSearchAppointment added in v1.7.31

type ExecuteFlow_EpicSearchAppointment struct {
	EpicSearchAppointment *ExecuteEpicSearchAppointment `protobuf:"bytes,3704,opt,name=epic_search_appointment,json=epicSearchAppointment,proto3,oneof"`
}

type ExecuteFlow_ExperianAchPaymentPlanRequest

type ExecuteFlow_ExperianAchPaymentPlanRequest struct {
	ExperianAchPaymentPlanRequest *ExecuteExperianAchPaymentPlanRequest `protobuf:"bytes,2005,opt,name=experian_ach_payment_plan_request,json=experianAchPaymentPlanRequest,proto3,oneof"`
}

type ExecuteFlow_ExperianAchPaymentRequest

type ExecuteFlow_ExperianAchPaymentRequest struct {
	ExperianAchPaymentRequest *ExecuteExperianAchPaymentRequest `protobuf:"bytes,2004,opt,name=experian_ach_payment_request,json=experianAchPaymentRequest,proto3,oneof"`
}

type ExecuteFlow_ExperianBalancerequest

type ExecuteFlow_ExperianBalancerequest struct {
	ExperianBalancerequest *ExecuteExperianBalancerequest `protobuf:"bytes,2003,opt,name=experian_balancerequest,json=experianBalancerequest,proto3,oneof"`
}

type ExecuteFlow_ExperianCcPaymentPlanRequest

type ExecuteFlow_ExperianCcPaymentPlanRequest struct {
	ExperianCcPaymentPlanRequest *ExecuteExperianCcPaymentPlanRequest `protobuf:"bytes,2002,opt,name=experian_cc_payment_plan_request,json=experianCcPaymentPlanRequest,proto3,oneof"`
}

type ExecuteFlow_ExperianCcPaymentRequest

type ExecuteFlow_ExperianCcPaymentRequest struct {
	ExperianCcPaymentRequest *ExecuteExperianCcPaymentRequest `protobuf:"bytes,2001,opt,name=experian_cc_payment_request,json=experianCcPaymentRequest,proto3,oneof"`
}

type ExecuteFlow_ExperianStellaAchTokenization added in v1.7.19

type ExecuteFlow_ExperianStellaAchTokenization struct {
	ExperianStellaAchTokenization *ExecuteExperianStellaAchTokenization `protobuf:"bytes,2010,opt,name=experian_stella_ach_tokenization,json=experianStellaAchTokenization,proto3,oneof"`
}

type ExecuteFlow_ExperianStellaAddUsaEpayToken added in v1.7.19

type ExecuteFlow_ExperianStellaAddUsaEpayToken struct {
	ExperianStellaAddUsaEpayToken *ExecuteExperianStellaAddusaepaytoken `protobuf:"bytes,2011,opt,name=experian_stella_add_usa_epay_token,json=experianStellaAddUsaEpayToken,proto3,oneof"`
}

type ExecuteFlow_ExperianStellaAuth added in v1.7.19

type ExecuteFlow_ExperianStellaAuth struct {
	ExperianStellaAuth *ExecuteExperianStellaAuth `protobuf:"bytes,2013,opt,name=experian_stella_auth,json=experianStellaAuth,proto3,oneof"`
}

type ExecuteFlow_ExperianStellaCardDeviceTokenization added in v1.7.19

type ExecuteFlow_ExperianStellaCardDeviceTokenization struct {
	ExperianStellaCardDeviceTokenization *ExecuteExperianStellaCardDeviceTokenization `` /* 126-byte string literal not displayed */
}

type ExecuteFlow_ExperianStellaCardEntry added in v1.7.19

type ExecuteFlow_ExperianStellaCardEntry struct {
	ExperianStellaCardEntry *ExecuteExperianStellaCardEntry `protobuf:"bytes,2006,opt,name=experian_stella_card_entry,json=experianStellaCardEntry,proto3,oneof"`
}

type ExecuteFlow_ExperianStellaCardEntryTokenization added in v1.7.69

type ExecuteFlow_ExperianStellaCardEntryTokenization struct {
	ExperianStellaCardEntryTokenization *ExecuteExperianStellaCardEntryTokenization `protobuf:"bytes,2014,opt,name=experian_stella_card_entry_tokenization,json=experianStellaCardEntryTokenization,proto3,oneof"`
}

type ExecuteFlow_ExperianStellaEcheck added in v1.7.19

type ExecuteFlow_ExperianStellaEcheck struct {
	ExperianStellaEcheck *ExecuteExperianStellaECheck `protobuf:"bytes,2007,opt,name=experian_stella_echeck,json=experianStellaEcheck,proto3,oneof"`
}

type ExecuteFlow_ExperianStellaPaymentPlans added in v1.7.19

type ExecuteFlow_ExperianStellaPaymentPlans struct {
	ExperianStellaPaymentPlans *ExecuteExperianStellaPaymentPlans `protobuf:"bytes,2012,opt,name=experian_stella_payment_plans,json=experianStellaPaymentPlans,proto3,oneof"`
}

type ExecuteFlow_ExperianStellaPaymentPlansByPatient added in v1.7.69

type ExecuteFlow_ExperianStellaPaymentPlansByPatient struct {
	ExperianStellaPaymentPlansByPatient *ExecuteExperianStellaPaymentPlansByPatient `protobuf:"bytes,2015,opt,name=experian_stella_payment_plans_by_patient,json=experianStellaPaymentPlansByPatient,proto3,oneof"`
}

type ExecuteFlow_ExperianStellaTokenPayment added in v1.7.19

type ExecuteFlow_ExperianStellaTokenPayment struct {
	ExperianStellaTokenPayment *ExecuteExperianStellaTokenPayment `protobuf:"bytes,2009,opt,name=experian_stella_token_payment,json=experianStellaTokenPayment,proto3,oneof"`
}

type ExecuteFlow_ExpitransAchTransaction

type ExecuteFlow_ExpitransAchTransaction struct {
	ExpitransAchTransaction *ExecuteExpitransAchTransaction `protobuf:"bytes,602,opt,name=expitrans_ach_transaction,json=expitransAchTransaction,proto3,oneof"`
}

type ExecuteFlow_ExpitransCcTransaction

type ExecuteFlow_ExpitransCcTransaction struct {
	ExpitransCcTransaction *ExecuteExpitransCcTransaction `protobuf:"bytes,601,opt,name=expitrans_cc_transaction,json=expitransCcTransaction,proto3,oneof"`
}

type ExecuteFlow_EzidebitSubmitAchPayments

type ExecuteFlow_EzidebitSubmitAchPayments struct {
	EzidebitSubmitAchPayments *ExecuteEzidebitSubmitAchPayments `protobuf:"bytes,1002,opt,name=ezidebit_submit_ach_payments,json=ezidebitSubmitAchPayments,proto3,oneof"`
}

type ExecuteFlow_EzidebitSubmitCcPayments

type ExecuteFlow_EzidebitSubmitCcPayments struct {
	EzidebitSubmitCcPayments *ExecuteEzidebitSubmitCcPayments `protobuf:"bytes,1001,opt,name=ezidebit_submit_cc_payments,json=ezidebitSubmitCcPayments,proto3,oneof"`
}

type ExecuteFlow_FinviExileCreatePayment added in v1.8.14

type ExecuteFlow_FinviExileCreatePayment struct {
	FinviExileCreatePayment *ExecuteFinviExileCreatePayment `protobuf:"bytes,4305,opt,name=finvi_exile_create_payment,json=finviExileCreatePayment,proto3,oneof"`
}

type ExecuteFlow_FinviExileExecuteLogic added in v1.8.14

type ExecuteFlow_FinviExileExecuteLogic struct {
	FinviExileExecuteLogic *ExecuteFinviExileExecuteLogic `protobuf:"bytes,4304,opt,name=finvi_exile_execute_logic,json=finviExileExecuteLogic,proto3,oneof"`
}

type ExecuteFlow_FinviExilePopAccount added in v1.8.14

type ExecuteFlow_FinviExilePopAccount struct {
	FinviExilePopAccount *ExecuteFinviExilePopAccount `protobuf:"bytes,4306,opt,name=finvi_exile_pop_account,json=finviExilePopAccount,proto3,oneof"`
}

type ExecuteFlow_FinviExileQueryRecords added in v1.8.14

type ExecuteFlow_FinviExileQueryRecords struct {
	FinviExileQueryRecords *ExecuteFinviExileQueryRecords `protobuf:"bytes,4301,opt,name=finvi_exile_query_records,json=finviExileQueryRecords,proto3,oneof"`
}

type ExecuteFlow_FinviExileReadFields added in v1.8.14

type ExecuteFlow_FinviExileReadFields struct {
	FinviExileReadFields *ExecuteFinviExileReadFields `protobuf:"bytes,4302,opt,name=finvi_exile_read_fields,json=finviExileReadFields,proto3,oneof"`
}

type ExecuteFlow_FinviExileWriteFields added in v1.8.14

type ExecuteFlow_FinviExileWriteFields struct {
	FinviExileWriteFields *ExecuteFinviExileWriteFields `protobuf:"bytes,4303,opt,name=finvi_exile_write_fields,json=finviExileWriteFields,proto3,oneof"`
}

type ExecuteFlow_GlobalPaymentsCardSale

type ExecuteFlow_GlobalPaymentsCardSale struct {
	GlobalPaymentsCardSale *ExecuteGlobalPaymentsCardSale `protobuf:"bytes,3001,opt,name=globalPayments_card_sale,json=globalPaymentsCardSale,proto3,oneof"`
}

type ExecuteFlow_GlobalPaymentsGetTransactionById

type ExecuteFlow_GlobalPaymentsGetTransactionById struct {
	GlobalPaymentsGetTransactionById *ExecuteGlobalPaymentsGetTransactionByID `protobuf:"bytes,3002,opt,name=globalPayments_get_transaction_by_id,json=globalPaymentsGetTransactionById,proto3,oneof"`
}

type ExecuteFlow_GlobalPaymentsListTransactions

type ExecuteFlow_GlobalPaymentsListTransactions struct {
	GlobalPaymentsListTransactions *ExecuteGlobalPaymentsListTransactions `protobuf:"bytes,3003,opt,name=globalPayments_list_transactions,json=globalPaymentsListTransactions,proto3,oneof"`
}

type ExecuteFlow_GlobalPaymentsRefundSale

type ExecuteFlow_GlobalPaymentsRefundSale struct {
	GlobalPaymentsRefundSale *ExecuteGlobalPaymentsRefundSale `protobuf:"bytes,3004,opt,name=globalPayments_refund_sale,json=globalPaymentsRefundSale,proto3,oneof"`
}

type ExecuteFlow_GlobalPaymentsReverseSaleOrRefund

type ExecuteFlow_GlobalPaymentsReverseSaleOrRefund struct {
	GlobalPaymentsReverseSaleOrRefund *ExecuteGlobalPaymentsReverseSaleOrRefund `protobuf:"bytes,3005,opt,name=globalPayments_reverse_sale_or_refund,json=globalPaymentsReverseSaleOrRefund,proto3,oneof"`
}

type ExecuteFlow_I2CBalanceInquiry

type ExecuteFlow_I2CBalanceInquiry struct {
	I2CBalanceInquiry *ExecuteI2CBalanceInquiry `protobuf:"bytes,3202,opt,name=i2c_balance_inquiry,json=i2cBalanceInquiry,proto3,oneof"`
}

type ExecuteFlow_I2CEcho

type ExecuteFlow_I2CEcho struct {
	I2CEcho *ExecuteI2CEcho `protobuf:"bytes,3201,opt,name=i2c_echo,json=i2cEcho,proto3,oneof"`
}

type ExecuteFlow_I2CGetCardholderBalance

type ExecuteFlow_I2CGetCardholderBalance struct {
	I2CGetCardholderBalance *ExecuteI2CGetCardholderBalance `protobuf:"bytes,3208,opt,name=i2c_get_cardholder_balance,json=i2cGetCardholderBalance,proto3,oneof"`
}

type ExecuteFlow_I2CGetCardholderProfile

type ExecuteFlow_I2CGetCardholderProfile struct {
	I2CGetCardholderProfile *ExecuteI2CGetCardholderProfile `protobuf:"bytes,3206,opt,name=i2c_get_cardholder_profile,json=i2cGetCardholderProfile,proto3,oneof"`
}

type ExecuteFlow_I2CGetCardholderStatement

type ExecuteFlow_I2CGetCardholderStatement struct {
	I2CGetCardholderStatement *ExecuteI2CGetCardholderStatement `protobuf:"bytes,3207,opt,name=i2c_get_cardholder_statement,json=i2cGetCardholderStatement,proto3,oneof"`
}

type ExecuteFlow_I2CGetCreditpaymentInfo

type ExecuteFlow_I2CGetCreditpaymentInfo struct {
	I2CGetCreditpaymentInfo *ExecuteI2CGetCreditPaymentInfo `protobuf:"bytes,3209,opt,name=i2c_get_creditpayment_info,json=i2cGetCreditpaymentInfo,proto3,oneof"`
}

type ExecuteFlow_I2CMakePayment

type ExecuteFlow_I2CMakePayment struct {
	I2CMakePayment *ExecuteI2CMakePayment `protobuf:"bytes,3205,opt,name=i2c_make_payment,json=i2cMakePayment,proto3,oneof"`
}

type ExecuteFlow_I2CSearchCustomer

type ExecuteFlow_I2CSearchCustomer struct {
	I2CSearchCustomer *ExecuteI2CSearchCustomer `protobuf:"bytes,3204,opt,name=i2c_search_customer,json=i2cSearchCustomer,proto3,oneof"`
}

type ExecuteFlow_I2CTransactionHistory

type ExecuteFlow_I2CTransactionHistory struct {
	I2CTransactionHistory *ExecuteI2CTransactionHistory `protobuf:"bytes,3210,opt,name=i2c_transaction_history,json=i2cTransactionHistory,proto3,oneof"`
}

type ExecuteFlow_I2CVerifyUser

type ExecuteFlow_I2CVerifyUser struct {
	I2CVerifyUser *ExecuteI2CVerifyUser `protobuf:"bytes,3203,opt,name=i2c_verify_user,json=i2cVerifyUser,proto3,oneof"`
}

type ExecuteFlow_InstamedPaymentSale

type ExecuteFlow_InstamedPaymentSale struct {
	InstamedPaymentSale *ExecuteInstamedPaymentSale `protobuf:"bytes,801,opt,name=instamed_payment_sale,json=instamedPaymentSale,proto3,oneof"`
}

type ExecuteFlow_InstamedVoidPayment

type ExecuteFlow_InstamedVoidPayment struct {
	InstamedVoidPayment *ExecuteInstamedVoidPayment `protobuf:"bytes,802,opt,name=instamed_void_payment,json=instamedVoidPayment,proto3,oneof"`
}

type ExecuteFlow_InterproseLookupAccount

type ExecuteFlow_InterproseLookupAccount struct {
	InterproseLookupAccount *ExecuteInterproseLookupAccount `protobuf:"bytes,1601,opt,name=interprose_lookup_account,json=interproseLookupAccount,proto3,oneof"`
}

type ExecuteFlow_InterproseLookupAccountByFormId

type ExecuteFlow_InterproseLookupAccountByFormId struct {
	InterproseLookupAccountByFormId *ExecuteInterproseLookupAccountByFormId `protobuf:"bytes,1605,opt,name=interprose_lookup_account_by_form_id,json=interproseLookupAccountByFormId,proto3,oneof"`
}

type ExecuteFlow_InterproseLookupPaymentId

type ExecuteFlow_InterproseLookupPaymentId struct {
	InterproseLookupPaymentId *ExecuteInterproseLookupPaymentId `protobuf:"bytes,1604,opt,name=interprose_lookup_payment_id,json=interproseLookupPaymentId,proto3,oneof"`
}

type ExecuteFlow_InterproseSubmitCardSaleRequestByAch

type ExecuteFlow_InterproseSubmitCardSaleRequestByAch struct {
	InterproseSubmitCardSaleRequestByAch *ExecuteInterproseSubmitCardSaleRequestByAch `` /* 128-byte string literal not displayed */
}

type ExecuteFlow_InterproseSubmitCardSaleRequestByCc

type ExecuteFlow_InterproseSubmitCardSaleRequestByCc struct {
	InterproseSubmitCardSaleRequestByCc *ExecuteInterproseSubmitCardSaleRequestByCc `` /* 126-byte string literal not displayed */
}

type ExecuteFlow_JourneyLatest

type ExecuteFlow_JourneyLatest struct {
	JourneyLatest *ExecuteJourneyLatest `protobuf:"bytes,2401,opt,name=journey_latest,json=journeyLatest,proto3,oneof"`
}

type ExecuteFlow_JourneyList added in v1.7.39

type ExecuteFlow_JourneyList struct {
	JourneyList *ExecuteJourneyList `protobuf:"bytes,2402,opt,name=journey_list,json=journeyList,proto3,oneof"`
}

type ExecuteFlow_JourneyUpdate added in v1.7.39

type ExecuteFlow_JourneyUpdate struct {
	JourneyUpdate *ExecuteJourneyUpdate `protobuf:"bytes,2403,opt,name=journey_update,json=journeyUpdate,proto3,oneof"`
}

type ExecuteFlow_NavigaChangeBilling added in v1.7.40

type ExecuteFlow_NavigaChangeBilling struct {
	NavigaChangeBilling *ExecuteNavigaChangeBilling `protobuf:"bytes,4002,opt,name=naviga_change_billing,json=navigaChangeBilling,proto3,oneof"`
}

type ExecuteFlow_NavigaCreatePayment added in v1.7.39

type ExecuteFlow_NavigaCreatePayment struct {
	NavigaCreatePayment *ExecuteNavigaCreatePayment `protobuf:"bytes,4001,opt,name=naviga_create_payment,json=navigaCreatePayment,proto3,oneof"`
}

type ExecuteFlow_NavigaDtiCircChangeBilling added in v1.8.6

type ExecuteFlow_NavigaDtiCircChangeBilling struct {
	NavigaDtiCircChangeBilling *ExecuteNavigaDTICircChangeBilling `protobuf:"bytes,4402,opt,name=naviga_dti_circ_change_billing,json=navigaDtiCircChangeBilling,proto3,oneof"`
}

type ExecuteFlow_NavigaDtiCircCreatePayment added in v1.8.6

type ExecuteFlow_NavigaDtiCircCreatePayment struct {
	NavigaDtiCircCreatePayment *ExecuteNavigaDTICircCreatePayment `protobuf:"bytes,4401,opt,name=naviga_dti_circ_create_payment,json=navigaDtiCircCreatePayment,proto3,oneof"`
}

type ExecuteFlow_NavigaDtiCsAutoRenewInfo added in v1.8.6

type ExecuteFlow_NavigaDtiCsAutoRenewInfo struct {
	NavigaDtiCsAutoRenewInfo *ExecuteNavigaDTICSAutoRenewInfo `protobuf:"bytes,4501,opt,name=naviga_dti_cs_auto_renew_info,json=navigaDtiCsAutoRenewInfo,proto3,oneof"`
}

type ExecuteFlow_NavigaDtiCsAutoTran added in v1.8.6

type ExecuteFlow_NavigaDtiCsAutoTran struct {
	NavigaDtiCsAutoTran *ExecuteNavigaDTICSAutoTran `protobuf:"bytes,4502,opt,name=naviga_dti_cs_auto_tran,json=navigaDtiCsAutoTran,proto3,oneof"`
}

type ExecuteFlow_NavigaDtiCsBillingInfo added in v1.8.6

type ExecuteFlow_NavigaDtiCsBillingInfo struct {
	NavigaDtiCsBillingInfo *ExecuteNavigaDTICSBillingInfo `protobuf:"bytes,4503,opt,name=naviga_dti_cs_billing_info,json=navigaDtiCsBillingInfo,proto3,oneof"`
}

type ExecuteFlow_NavigaDtiCsLogin added in v1.8.6

type ExecuteFlow_NavigaDtiCsLogin struct {
	NavigaDtiCsLogin *ExecuteNavigaDTICSLogin `protobuf:"bytes,4504,opt,name=naviga_dti_cs_login,json=navigaDtiCsLogin,proto3,oneof"`
}

type ExecuteFlow_NavigaDtiCsPayInfo added in v1.8.6

type ExecuteFlow_NavigaDtiCsPayInfo struct {
	NavigaDtiCsPayInfo *ExecuteNavigaDTICSPayInfo `protobuf:"bytes,4505,opt,name=naviga_dti_cs_pay_info,json=navigaDtiCsPayInfo,proto3,oneof"`
}

type ExecuteFlow_NavigaDtiCsPayTran added in v1.8.6

type ExecuteFlow_NavigaDtiCsPayTran struct {
	NavigaDtiCsPayTran *ExecuteNavigaDTICSPayTran `protobuf:"bytes,4506,opt,name=naviga_dti_cs_pay_tran,json=navigaDtiCsPayTran,proto3,oneof"`
}

type ExecuteFlow_NavigaDtiCsRenewInfo added in v1.8.6

type ExecuteFlow_NavigaDtiCsRenewInfo struct {
	NavigaDtiCsRenewInfo *ExecuteNavigaDTICSRenewInfo `protobuf:"bytes,4507,opt,name=naviga_dti_cs_renew_info,json=navigaDtiCsRenewInfo,proto3,oneof"`
}

type ExecuteFlow_NavigaDtiCsSearchPage added in v1.8.6

type ExecuteFlow_NavigaDtiCsSearchPage struct {
	NavigaDtiCsSearchPage *ExecuteNavigaDTICSSearchPage `protobuf:"bytes,4508,opt,name=naviga_dti_cs_search_page,json=navigaDtiCsSearchPage,proto3,oneof"`
}

type ExecuteFlow_NavigaDtiCsServiceErrorInfo added in v1.8.6

type ExecuteFlow_NavigaDtiCsServiceErrorInfo struct {
	NavigaDtiCsServiceErrorInfo *ExecuteNavigaDTICSServiceErrorInfo `protobuf:"bytes,4509,opt,name=naviga_dti_cs_service_error_info,json=navigaDtiCsServiceErrorInfo,proto3,oneof"`
}

type ExecuteFlow_NavigaDtiCsServiceErrorTrans added in v1.8.6

type ExecuteFlow_NavigaDtiCsServiceErrorTrans struct {
	NavigaDtiCsServiceErrorTrans *ExecuteNavigaDTICSServiceErrorTrans `protobuf:"bytes,4510,opt,name=naviga_dti_cs_service_error_trans,json=navigaDtiCsServiceErrorTrans,proto3,oneof"`
}

type ExecuteFlow_NavigaDtiCsStopInfo added in v1.8.6

type ExecuteFlow_NavigaDtiCsStopInfo struct {
	NavigaDtiCsStopInfo *ExecuteNavigaDTICSStopInfo `protobuf:"bytes,4511,opt,name=naviga_dti_cs_stop_info,json=navigaDtiCsStopInfo,proto3,oneof"`
}

type ExecuteFlow_NavigaDtiCsStopTrans added in v1.8.6

type ExecuteFlow_NavigaDtiCsStopTrans struct {
	NavigaDtiCsStopTrans *ExecuteNavigaDTICSStopTrans `protobuf:"bytes,4512,opt,name=naviga_dti_cs_stop_trans,json=navigaDtiCsStopTrans,proto3,oneof"`
}

type ExecuteFlow_NewscycleAutoRenewInfo

type ExecuteFlow_NewscycleAutoRenewInfo struct {
	NewscycleAutoRenewInfo *ExecuteNewscycleAutoRenewInfo `protobuf:"bytes,2109,opt,name=newscycle_auto_renew_info,json=newscycleAutoRenewInfo,proto3,oneof"`
}

type ExecuteFlow_NewscycleAutoTran

type ExecuteFlow_NewscycleAutoTran struct {
	NewscycleAutoTran *ExecuteNewscycleAutoTran `protobuf:"bytes,2110,opt,name=newscycle_auto_tran,json=newscycleAutoTran,proto3,oneof"`
}

type ExecuteFlow_NewscycleBillingInfo

type ExecuteFlow_NewscycleBillingInfo struct {
	NewscycleBillingInfo *ExecuteNewscycleBillingInfo `protobuf:"bytes,2103,opt,name=newscycle_billing_info,json=newscycleBillingInfo,proto3,oneof"`
}

type ExecuteFlow_NewscycleLogin

type ExecuteFlow_NewscycleLogin struct {
	NewscycleLogin *ExecuteNewscycleLogin `protobuf:"bytes,2101,opt,name=newscycle_login,json=newscycleLogin,proto3,oneof"`
}

type ExecuteFlow_NewscyclePayInfo

type ExecuteFlow_NewscyclePayInfo struct {
	NewscyclePayInfo *ExecuteNewscyclePayInfo `protobuf:"bytes,2111,opt,name=newscycle_pay_info,json=newscyclePayInfo,proto3,oneof"`
}

type ExecuteFlow_NewscyclePayTran

type ExecuteFlow_NewscyclePayTran struct {
	NewscyclePayTran *ExecuteNewscyclePayTran `protobuf:"bytes,2112,opt,name=newscycle_pay_tran,json=newscyclePayTran,proto3,oneof"`
}

type ExecuteFlow_NewscycleRenewInfo

type ExecuteFlow_NewscycleRenewInfo struct {
	NewscycleRenewInfo *ExecuteNewscycleRenewInfo `protobuf:"bytes,2108,opt,name=newscycle_renew_info,json=newscycleRenewInfo,proto3,oneof"`
}

type ExecuteFlow_NewscycleSearchPage

type ExecuteFlow_NewscycleSearchPage struct {
	NewscycleSearchPage *ExecuteNewscycleSearchPage `protobuf:"bytes,2102,opt,name=newscycle_search_page,json=newscycleSearchPage,proto3,oneof"`
}

type ExecuteFlow_NewscycleServiceErrorInfo

type ExecuteFlow_NewscycleServiceErrorInfo struct {
	NewscycleServiceErrorInfo *ExecuteNewscycleServiceErrorInfo `protobuf:"bytes,2104,opt,name=newscycle_service_error_info,json=newscycleServiceErrorInfo,proto3,oneof"`
}

type ExecuteFlow_NewscycleServiceErrorTrans

type ExecuteFlow_NewscycleServiceErrorTrans struct {
	NewscycleServiceErrorTrans *ExecuteNewscycleServiceErrorTrans `protobuf:"bytes,2105,opt,name=newscycle_service_error_trans,json=newscycleServiceErrorTrans,proto3,oneof"`
}

type ExecuteFlow_NewscycleStopInfo

type ExecuteFlow_NewscycleStopInfo struct {
	NewscycleStopInfo *ExecuteNewscycleStopInfo `protobuf:"bytes,2106,opt,name=newscycle_stop_info,json=newscycleStopInfo,proto3,oneof"`
}

type ExecuteFlow_NewscycleStopTrans

type ExecuteFlow_NewscycleStopTrans struct {
	NewscycleStopTrans *ExecuteNewscycleStopTrans `protobuf:"bytes,2107,opt,name=newscycle_stop_trans,json=newscycleStopTrans,proto3,oneof"`
}

type ExecuteFlow_NewzwareAccountInquiry added in v1.7.32

type ExecuteFlow_NewzwareAccountInquiry struct {
	NewzwareAccountInquiry *ExecuteNewzwareAccountInquiry `protobuf:"bytes,3802,opt,name=newzware_account_inquiry,json=newzwareAccountInquiry,proto3,oneof"`
}

type ExecuteFlow_NewzwareAch_Payment added in v1.7.32

type ExecuteFlow_NewzwareAch_Payment struct {
	NewzwareAch_Payment *ExecuteNewzwareAchPayment `protobuf:"bytes,3804,opt,name=newzware_ach_Payment,json=newzwareAchPayment,proto3,oneof"`
}

type ExecuteFlow_NewzwareCcPayment added in v1.7.32

type ExecuteFlow_NewzwareCcPayment struct {
	NewzwareCcPayment *ExecuteNewzwareCcPayment `protobuf:"bytes,3803,opt,name=newzware_cc_payment,json=newzwareCcPayment,proto3,oneof"`
}

type ExecuteFlow_NewzwareComplaintHistory added in v1.7.34

type ExecuteFlow_NewzwareComplaintHistory struct {
	NewzwareComplaintHistory *ExecuteNewzwareComplaintHistory `protobuf:"bytes,3805,opt,name=newzware_complaint_history,json=newzwareComplaintHistory,proto3,oneof"`
}

type ExecuteFlow_NewzwareComplaintUpdate added in v1.7.34

type ExecuteFlow_NewzwareComplaintUpdate struct {
	NewzwareComplaintUpdate *ExecuteNewzwareComplaintUpdate `protobuf:"bytes,3806,opt,name=newzware_complaint_update,json=newzwareComplaintUpdate,proto3,oneof"`
}

type ExecuteFlow_NewzwarePhoneLookup added in v1.7.32

type ExecuteFlow_NewzwarePhoneLookup struct {
	NewzwarePhoneLookup *ExecuteNewzwarePhoneLookup `protobuf:"bytes,3801,opt,name=newzware_phone_lookup,json=newzwarePhoneLookup,proto3,oneof"`
}

type ExecuteFlow_NewzwarePhoneLookupMulti added in v1.7.34

type ExecuteFlow_NewzwarePhoneLookupMulti struct {
	NewzwarePhoneLookupMulti *ExecuteNewzwarePhoneLookupMulti `protobuf:"bytes,3809,opt,name=newzware_phone_lookup_multi,json=newzwarePhoneLookupMulti,proto3,oneof"`
}

type ExecuteFlow_NewzwareVacationRestart added in v1.7.34

type ExecuteFlow_NewzwareVacationRestart struct {
	NewzwareVacationRestart *ExecuteNewzwareVacationRestart `protobuf:"bytes,3807,opt,name=newzware_vacation_restart,json=newzwareVacationRestart,proto3,oneof"`
}

type ExecuteFlow_NewzwareVacationUpdate added in v1.7.34

type ExecuteFlow_NewzwareVacationUpdate struct {
	NewzwareVacationUpdate *ExecuteNewzwareVacationUpdate `protobuf:"bytes,3808,opt,name=newzware_vacation_update,json=newzwareVacationUpdate,proto3,oneof"`
}

type ExecuteFlow_NtvbAuthtest

type ExecuteFlow_NtvbAuthtest struct {
	NtvbAuthtest *ExecuteNtvbAuthtest `protobuf:"bytes,2814,opt,name=ntvb_authtest,json=ntvbAuthtest,proto3,oneof"`
}

type ExecuteFlow_NtvbCreditMissedDelivery

type ExecuteFlow_NtvbCreditMissedDelivery struct {
	NtvbCreditMissedDelivery *ExecuteNtvbCreditMissedDelivery `protobuf:"bytes,2801,opt,name=ntvb_credit_missed_delivery,json=ntvbCreditMissedDelivery,proto3,oneof"`
}

type ExecuteFlow_NtvbCustomerSearch

type ExecuteFlow_NtvbCustomerSearch struct {
	NtvbCustomerSearch *ExecuteNtvbCustomerSearch `protobuf:"bytes,2802,opt,name=ntvb_customer_search,json=ntvbCustomerSearch,proto3,oneof"`
}

type ExecuteFlow_NtvbEndCall

type ExecuteFlow_NtvbEndCall struct {
	NtvbEndCall *ExecuteNtvbEndCall `protobuf:"bytes,2803,opt,name=ntvb_end_call,json=ntvbEndCall,proto3,oneof"`
}

type ExecuteFlow_NtvbIntegrationDefinition

type ExecuteFlow_NtvbIntegrationDefinition struct {
	NtvbIntegrationDefinition *ExecuteNtvbIntegrationDefinition `protobuf:"bytes,2804,opt,name=ntvb_integration_definition,json=ntvbIntegrationDefinition,proto3,oneof"`
}

type ExecuteFlow_NtvbMissedDelivery

type ExecuteFlow_NtvbMissedDelivery struct {
	NtvbMissedDelivery *ExecuteNtvbMissedDelivery `protobuf:"bytes,2805,opt,name=ntvb_missed_delivery,json=ntvbMissedDelivery,proto3,oneof"`
}

type ExecuteFlow_NtvbRemoveAutorenewal

type ExecuteFlow_NtvbRemoveAutorenewal struct {
	NtvbRemoveAutorenewal *ExecuteNtvbRemoveAutorenewal `protobuf:"bytes,2806,opt,name=ntvb_remove_autorenewal,json=ntvbRemoveAutorenewal,proto3,oneof"`
}

type ExecuteFlow_NtvbRenewSubscription

type ExecuteFlow_NtvbRenewSubscription struct {
	NtvbRenewSubscription *ExecuteNtvbRenewSubscription `protobuf:"bytes,2807,opt,name=ntvb_renew_subscription,json=ntvbRenewSubscription,proto3,oneof"`
}

type ExecuteFlow_NtvbRenewalOffers

type ExecuteFlow_NtvbRenewalOffers struct {
	NtvbRenewalOffers *ExecuteNtvbRenewalOffers `protobuf:"bytes,2808,opt,name=ntvb_renewal_offers,json=ntvbRenewalOffers,proto3,oneof"`
}

type ExecuteFlow_NtvbSetAutorenewal

type ExecuteFlow_NtvbSetAutorenewal struct {
	NtvbSetAutorenewal *ExecuteNtvbSetAutorenewal `protobuf:"bytes,2809,opt,name=ntvb_set_autorenewal,json=ntvbSetAutorenewal,proto3,oneof"`
}

type ExecuteFlow_NtvbStartIncomingCall

type ExecuteFlow_NtvbStartIncomingCall struct {
	NtvbStartIncomingCall *ExecuteNtvbStartIncomingCall `protobuf:"bytes,2810,opt,name=ntvb_start_incoming_call,json=ntvbStartIncomingCall,proto3,oneof"`
}

type ExecuteFlow_NtvbStartOutgoingCall

type ExecuteFlow_NtvbStartOutgoingCall struct {
	NtvbStartOutgoingCall *ExecuteNtvbStartOutgoingCall `protobuf:"bytes,2811,opt,name=ntvb_start_outgoing_call,json=ntvbStartOutgoingCall,proto3,oneof"`
}

type ExecuteFlow_NtvbSubscriptionInfo

type ExecuteFlow_NtvbSubscriptionInfo struct {
	NtvbSubscriptionInfo *ExecuteNtvbSubscriptionInfo `protobuf:"bytes,2812,opt,name=ntvb_subscription_info,json=ntvbSubscriptionInfo,proto3,oneof"`
}

type ExecuteFlow_NtvbVacationStop

type ExecuteFlow_NtvbVacationStop struct {
	NtvbVacationStop *ExecuteNtvbVacationStop `protobuf:"bytes,2813,opt,name=ntvb_vacation_stop,json=ntvbVacationStop,proto3,oneof"`
}

type ExecuteFlow_OpayoCcPayment

type ExecuteFlow_OpayoCcPayment struct {
	OpayoCcPayment *ExecuteOpayoCcPayments `protobuf:"bytes,3301,opt,name=opayo_cc_payment,json=opayoCcPayment,proto3,oneof"`
}

type ExecuteFlow_OsgconnectAchPayments

type ExecuteFlow_OsgconnectAchPayments struct {
	OsgconnectAchPayments *ExecuteOsgconnectAchPayments `protobuf:"bytes,2702,opt,name=osgconnect_ach_payments,json=osgconnectAchPayments,proto3,oneof"`
}

type ExecuteFlow_OsgconnectCcPayments

type ExecuteFlow_OsgconnectCcPayments struct {
	OsgconnectCcPayments *ExecuteOsgconnectCcPayments `protobuf:"bytes,2701,opt,name=osgconnect_cc_payments,json=osgconnectCcPayments,proto3,oneof"`
}

type ExecuteFlow_OsgconnectValidateAccountNo

type ExecuteFlow_OsgconnectValidateAccountNo struct {
	OsgconnectValidateAccountNo *ExecuteOsgconnectValidateAccountNo `protobuf:"bytes,2703,opt,name=osgconnect_validate_account_no,json=osgconnectValidateAccountNo,proto3,oneof"`
}

type ExecuteFlow_PIANO_ADD_PAYMENT added in v1.7.69

type ExecuteFlow_PIANO_ADD_PAYMENT struct {
	PIANO_ADD_PAYMENT *ExacutePianoAddPayment `protobuf:"bytes,3607,opt,name=PIANO_ADD_PAYMENT,json=PIANOADDPAYMENT,proto3,oneof"`
}

type ExecuteFlow_PIANO_GET_PAYMENT added in v1.7.35

type ExecuteFlow_PIANO_GET_PAYMENT struct {
	PIANO_GET_PAYMENT *ExecutePianoGetPayment `protobuf:"bytes,3604,opt,name=PIANO_GET_PAYMENT,json=PIANOGETPAYMENT,proto3,oneof"`
}

type ExecuteFlow_PIANO_GET_USER added in v1.7.21

type ExecuteFlow_PIANO_GET_USER struct {
	PIANO_GET_USER *ExecutePianoGetUser `protobuf:"bytes,3601,opt,name=PIANO_GET_USER,json=PIANOGETUSER,proto3,oneof"`
}

type ExecuteFlow_PIANO_LASTACCESS_CONVERSION added in v1.7.39

type ExecuteFlow_PIANO_LASTACCESS_CONVERSION struct {
	PIANO_LASTACCESS_CONVERSION *ExecutePianoLastAccessConversion `protobuf:"bytes,3606,opt,name=PIANO_LASTACCESS_CONVERSION,json=PIANOLASTACCESSCONVERSION,proto3,oneof"`
}

type ExecuteFlow_PIANO_LIST_SUBSCRIPTION added in v1.7.39

type ExecuteFlow_PIANO_LIST_SUBSCRIPTION struct {
	PIANO_LIST_SUBSCRIPTION *ExecutePianoListSubscription `protobuf:"bytes,3605,opt,name=PIANO_LIST_SUBSCRIPTION,json=PIANOLISTSUBSCRIPTION,proto3,oneof"`
}

type ExecuteFlow_PIANO_UPDATE_PAYMENT added in v1.7.69

type ExecuteFlow_PIANO_UPDATE_PAYMENT struct {
	PIANO_UPDATE_PAYMENT *ExacutePianoUpdatePayment `protobuf:"bytes,3608,opt,name=PIANO_UPDATE_PAYMENT,json=PIANOUPDATEPAYMENT,proto3,oneof"`
}

type ExecuteFlow_PIANO_UPDATE_SUBSCRIPTION added in v1.7.35

type ExecuteFlow_PIANO_UPDATE_SUBSCRIPTION struct {
	PIANO_UPDATE_SUBSCRIPTION *ExecutePianoUpdateSubscription `protobuf:"bytes,3603,opt,name=PIANO_UPDATE_SUBSCRIPTION,json=PIANOUPDATESUBSCRIPTION,proto3,oneof"`
}

type ExecuteFlow_PIANO_UPDATE_USER added in v1.7.21

type ExecuteFlow_PIANO_UPDATE_USER struct {
	PIANO_UPDATE_USER *ExecutePianoUpdateUser `protobuf:"bytes,3602,opt,name=PIANO_UPDATE_USER,json=PIANOUPDATEUSER,proto3,oneof"`
}

type ExecuteFlow_PaymentVisionSubmitCardSaleRequestByAch

type ExecuteFlow_PaymentVisionSubmitCardSaleRequestByAch struct {
	PaymentVisionSubmitCardSaleRequestByAch *ExecutePaymentVisionSubmitCardSaleRequestByAch `` /* 135-byte string literal not displayed */
}

type ExecuteFlow_PaymentVisionSubmitCardSaleRequestByCc

type ExecuteFlow_PaymentVisionSubmitCardSaleRequestByCc struct {
	PaymentVisionSubmitCardSaleRequestByCc *ExecutePaymentVisionSubmitCardSaleRequestByCc `` /* 133-byte string literal not displayed */
}

type ExecuteFlow_PaynsecondsTokenizeCard added in v1.7.39

type ExecuteFlow_PaynsecondsTokenizeCard struct {
	PaynsecondsTokenizeCard *ExecutePaynsecondsTokenizeCard `protobuf:"bytes,4101,opt,name=paynseconds_tokenize_card,json=paynsecondsTokenizeCard,proto3,oneof"`
}

type ExecuteFlow_PayscoutCreditSale

type ExecuteFlow_PayscoutCreditSale struct {
	PayscoutCreditSale *ExecutePayScoutCreditCardSale `protobuf:"bytes,3101,opt,name=payscout_credit_sale,json=payscoutCreditSale,proto3,oneof"`
}

type ExecuteFlow_PayscoutEcheckSale

type ExecuteFlow_PayscoutEcheckSale struct {
	PayscoutEcheckSale *ExecutePayScoutEcheckSale `protobuf:"bytes,3102,opt,name=payscout_echeck_sale,json=payscoutEcheckSale,proto3,oneof"`
}

type ExecuteFlow_PaywayCreateTokenRequest

type ExecuteFlow_PaywayCreateTokenRequest struct {
	PaywayCreateTokenRequest *ExecutePaywayCreateTokenRequest `protobuf:"bytes,1802,opt,name=payway_create_token_request,json=paywayCreateTokenRequest,proto3,oneof"`
}

type ExecuteFlow_PaywaySubmitAchSaleRequest

type ExecuteFlow_PaywaySubmitAchSaleRequest struct {
	PaywaySubmitAchSaleRequest *ExecutePaywaySubmitACHSaleRequest `protobuf:"bytes,1803,opt,name=payway_submit_ach_sale_request,json=paywaySubmitAchSaleRequest,proto3,oneof"`
}

type ExecuteFlow_PaywaySubmitCardSaleRequest

type ExecuteFlow_PaywaySubmitCardSaleRequest struct {
	PaywaySubmitCardSaleRequest *ExecutePaywaySubmitCardSaleRequest `protobuf:"bytes,1801,opt,name=payway_submit_card_sale_request,json=paywaySubmitCardSaleRequest,proto3,oneof"`
}

type ExecuteFlow_PoscorpAccesstoken added in v1.7.15

type ExecuteFlow_PoscorpAccesstoken struct {
	PoscorpAccesstoken *ExecutePoscorpAccesstoken `protobuf:"bytes,3501,opt,name=poscorp_accesstoken,json=poscorpAccesstoken,proto3,oneof"`
}

type ExecuteFlow_PoscorpLookupGuarantor added in v1.7.15

type ExecuteFlow_PoscorpLookupGuarantor struct {
	PoscorpLookupGuarantor *ExecutePoscorpLookupGuarantor `protobuf:"bytes,3502,opt,name=poscorp_lookup_guarantor,json=poscorpLookupGuarantor,proto3,oneof"`
}

type ExecuteFlow_PoscorpUpdatePaymentStatus added in v1.7.15

type ExecuteFlow_PoscorpUpdatePaymentStatus struct {
	PoscorpUpdatePaymentStatus *ExecutePoscorpUpdatePaymentStatus `protobuf:"bytes,3503,opt,name=poscorp_update_payment_status,json=poscorpUpdatePaymentStatus,proto3,oneof"`
}

type ExecuteFlow_PriocommerceAchPayment added in v1.7.34

type ExecuteFlow_PriocommerceAchPayment struct {
	PriocommerceAchPayment *ExecutePriocommerceAchPayment `protobuf:"bytes,3901,opt,name=priocommerce_ach_payment,json=priocommerceAchPayment,proto3,oneof"`
}

type ExecuteFlow_PriocommerceCcPayment added in v1.7.34

type ExecuteFlow_PriocommerceCcPayment struct {
	PriocommerceCcPayment *ExecutePriocommerceCcPayment `protobuf:"bytes,3902,opt,name=priocommerce_cc_payment,json=priocommerceCcPayment,proto3,oneof"`
}

type ExecuteFlow_RelatientCreateFortisAchtoken added in v1.7.15

type ExecuteFlow_RelatientCreateFortisAchtoken struct {
	RelatientCreateFortisAchtoken *ExecuteRelatientCreateFortisAchtoken `protobuf:"bytes,207,opt,name=relatient_create_fortis_achtoken,json=relatientCreateFortisAchtoken,proto3,oneof"`
}

type ExecuteFlow_RelatientCreateFortisCctoken added in v1.7.15

type ExecuteFlow_RelatientCreateFortisCctoken struct {
	RelatientCreateFortisCctoken *ExecuteRelatientCreateFortisCctoken `protobuf:"bytes,208,opt,name=relatient_create_fortis_cctoken,json=relatientCreateFortisCctoken,proto3,oneof"`
}

type ExecuteFlow_RelatientFortisTokenAchDebitPayment added in v1.7.15

type ExecuteFlow_RelatientFortisTokenAchDebitPayment struct {
	RelatientFortisTokenAchDebitPayment *ExecuteRelatientFortisTokenAchDebitPayment `protobuf:"bytes,209,opt,name=relatient_fortis_token_ach_debit_payment,json=relatientFortisTokenAchDebitPayment,proto3,oneof"`
}

type ExecuteFlow_RelatientFortisTokenCcPayment added in v1.7.15

type ExecuteFlow_RelatientFortisTokenCcPayment struct {
	RelatientFortisTokenCcPayment *ExecuteRelatientFortisTokenCcPayment `protobuf:"bytes,210,opt,name=relatient_fortis_token_cc_payment,json=relatientFortisTokenCcPayment,proto3,oneof"`
}

type ExecuteFlow_RelatientGetPatient

type ExecuteFlow_RelatientGetPatient struct {
	RelatientGetPatient *ExecuteRelatientGetPatient `protobuf:"bytes,205,opt,name=relatient_get_patient,json=relatientGetPatient,proto3,oneof"`
}

type ExecuteFlow_RelatientGetPatientBalance

type ExecuteFlow_RelatientGetPatientBalance struct {
	RelatientGetPatientBalance *ExecuteRelatientGetPatientBalance `protobuf:"bytes,201,opt,name=relatient_get_patient_balance,json=relatientGetPatientBalance,proto3,oneof"`
}

type ExecuteFlow_RelatientGetPatientCcTokens

type ExecuteFlow_RelatientGetPatientCcTokens struct {
	RelatientGetPatientCcTokens *ExecuteRelatientGetPatientCcTokens `protobuf:"bytes,202,opt,name=relatient_get_patient_cc_tokens,json=relatientGetPatientCcTokens,proto3,oneof"`
}

type ExecuteFlow_RelatientPostBalanceById

type ExecuteFlow_RelatientPostBalanceById struct {
	RelatientPostBalanceById *ExecuteRelatientPostBalanceById `protobuf:"bytes,206,opt,name=relatient_post_balance_by_id,json=relatientPostBalanceById,proto3,oneof"`
}

type ExecuteFlow_RelatientPostPatientBalance

type ExecuteFlow_RelatientPostPatientBalance struct {
	RelatientPostPatientBalance *ExecuteRelatientPostPatientBalance `protobuf:"bytes,204,opt,name=relatient_post_patient_balance,json=relatientPostPatientBalance,proto3,oneof"`
}

type ExecuteFlow_RelatientPostPatientToken

type ExecuteFlow_RelatientPostPatientToken struct {
	RelatientPostPatientToken *ExecuteRelatientPostPatientToken `protobuf:"bytes,203,opt,name=relatient_post_patient_token,json=relatientPostPatientToken,proto3,oneof"`
}

type ExecuteFlow_RepayAchPaymentToken

type ExecuteFlow_RepayAchPaymentToken struct {
	RepayAchPaymentToken *ExecuteRepayAchPaymentToken `protobuf:"bytes,1203,opt,name=repay_ach_payment_token,json=repayAchPaymentToken,proto3,oneof"`
}

type ExecuteFlow_RepayPaymentToken

type ExecuteFlow_RepayPaymentToken struct {
	RepayPaymentToken *ExecuteRepayPaymentToken `protobuf:"bytes,1202,opt,name=repay_payment_token,json=repayPaymentToken,proto3,oneof"`
}

type ExecuteFlow_RepayStoreCard

type ExecuteFlow_RepayStoreCard struct {
	RepayStoreCard *ExecuteRepayStoreCard `protobuf:"bytes,1201,opt,name=repay_store_card,json=repayStoreCard,proto3,oneof"`
}

type ExecuteFlow_SecuretradingSendPayment

type ExecuteFlow_SecuretradingSendPayment struct {
	SecuretradingSendPayment *ExecuteSecuretradingSendPayment `protobuf:"bytes,1401,opt,name=securetrading_send_payment,json=securetradingSendPayment,proto3,oneof"`
}

type ExecuteFlow_Shift4AccessToken added in v1.7.42

type ExecuteFlow_Shift4AccessToken struct {
	Shift4AccessToken *ExecuteShift4CcPayments `protobuf:"bytes,3402,opt,name=shift4_access_token,json=shift4AccessToken,proto3,oneof"`
}

type ExecuteFlow_Shift4CcPayment

type ExecuteFlow_Shift4CcPayment struct {
	Shift4CcPayment *ExecuteShift4CcPayments `protobuf:"bytes,3401,opt,name=shift4_cc_payment,json=shift4CcPayment,proto3,oneof"`
}

type ExecuteFlow_SutherlandrevPaymentConnect added in v1.7.72

type ExecuteFlow_SutherlandrevPaymentConnect struct {
	SutherlandrevPaymentConnect *ExecuteSutherlandrevPaymentConnect `protobuf:"bytes,4201,opt,name=sutherlandrev_payment_connect,json=sutherlandrevPaymentConnect,proto3,oneof"`
}

type ExecuteFlow_SwervepayCreateCustomer added in v1.8.14

type ExecuteFlow_SwervepayCreateCustomer struct {
	SwervepayCreateCustomer *ExecuteSwervepayCreateCustomer `protobuf:"bytes,4601,opt,name=swervepay_create_customer,json=swervepayCreateCustomer,proto3,oneof"`
}

type ExecuteFlow_SwervepayCreateTransactionAuth added in v1.8.14

type ExecuteFlow_SwervepayCreateTransactionAuth struct {
	SwervepayCreateTransactionAuth *ExecuteSwervepayCreateTransactionAuth `protobuf:"bytes,4611,opt,name=swervepay_create_transaction_auth,json=swervepayCreateTransactionAuth,proto3,oneof"`
}

type ExecuteFlow_SwervepayCreateTransactionCapture added in v1.8.14

type ExecuteFlow_SwervepayCreateTransactionCapture struct {
	SwervepayCreateTransactionCapture *ExecuteSwervepayCreateTransactionCapture `protobuf:"bytes,4612,opt,name=swervepay_create_transaction_capture,json=swervepayCreateTransactionCapture,proto3,oneof"`
}

type ExecuteFlow_SwervepayCreateTransactionCredit added in v1.8.14

type ExecuteFlow_SwervepayCreateTransactionCredit struct {
	SwervepayCreateTransactionCredit *ExecuteSwervepayCreateTransactionCredit `protobuf:"bytes,4613,opt,name=swervepay_create_transaction_credit,json=swervepayCreateTransactionCredit,proto3,oneof"`
}

type ExecuteFlow_SwervepayCreateTransactionRefund added in v1.8.14

type ExecuteFlow_SwervepayCreateTransactionRefund struct {
	SwervepayCreateTransactionRefund *ExecuteSwervepayCreateTransactionRefund `protobuf:"bytes,4614,opt,name=swervepay_create_transaction_refund,json=swervepayCreateTransactionRefund,proto3,oneof"`
}

type ExecuteFlow_SwervepayCreateTransactionSale added in v1.8.14

type ExecuteFlow_SwervepayCreateTransactionSale struct {
	SwervepayCreateTransactionSale *ExecuteSwervepayCreateTransactionSale `protobuf:"bytes,4615,opt,name=swervepay_create_transaction_sale,json=swervepayCreateTransactionSale,proto3,oneof"`
}

type ExecuteFlow_SwervepayCreateTransactionValidate added in v1.8.14

type ExecuteFlow_SwervepayCreateTransactionValidate struct {
	SwervepayCreateTransactionValidate *ExecuteSwervepayCreateTransactionValidate `protobuf:"bytes,4616,opt,name=swervepay_create_transaction_validate,json=swervepayCreateTransactionValidate,proto3,oneof"`
}

type ExecuteFlow_SwervepayProcessNewTransactionAuth added in v1.8.14

type ExecuteFlow_SwervepayProcessNewTransactionAuth struct {
	SwervepayProcessNewTransactionAuth *ExecuteSwervepayProcessNewTransactionAuth `protobuf:"bytes,4617,opt,name=swervepay_process_new_transaction_auth,json=swervepayProcessNewTransactionAuth,proto3,oneof"`
}

type ExecuteFlow_SwervepayProcessNewTransactionCapture added in v1.8.14

type ExecuteFlow_SwervepayProcessNewTransactionCapture struct {
	SwervepayProcessNewTransactionCapture *ExecuteSwervepayProcessNewTransactionCapture `` /* 128-byte string literal not displayed */
}

type ExecuteFlow_SwervepayProcessNewTransactionCredit added in v1.8.14

type ExecuteFlow_SwervepayProcessNewTransactionCredit struct {
	SwervepayProcessNewTransactionCredit *ExecuteSwervepayProcessNewTransactionCredit `` /* 126-byte string literal not displayed */
}

type ExecuteFlow_SwervepayProcessNewTransactionRefund added in v1.8.14

type ExecuteFlow_SwervepayProcessNewTransactionRefund struct {
	SwervepayProcessNewTransactionRefund *ExecuteSwervepayProcessNewTransactionRefund `` /* 126-byte string literal not displayed */
}

type ExecuteFlow_SwervepayProcessNewTransactionSale added in v1.8.14

type ExecuteFlow_SwervepayProcessNewTransactionSale struct {
	SwervepayProcessNewTransactionSale *ExecuteSwervepayProcessNewTransactionSale `protobuf:"bytes,4621,opt,name=swervepay_process_new_transaction_sale,json=swervepayProcessNewTransactionSale,proto3,oneof"`
}

type ExecuteFlow_SwervepayProcessNewTransactionValidate added in v1.8.14

type ExecuteFlow_SwervepayProcessNewTransactionValidate struct {
	SwervepayProcessNewTransactionValidate *ExecuteSwervepayProcessNewTransactionValidate `` /* 130-byte string literal not displayed */
}

type ExecuteFlow_SwervepayQueryCustomerDetails added in v1.8.14

type ExecuteFlow_SwervepayQueryCustomerDetails struct {
	SwervepayQueryCustomerDetails *ExecuteSwervepayQueryCustomerDetails `protobuf:"bytes,4602,opt,name=swervepay_query_customer_details,json=swervepayQueryCustomerDetails,proto3,oneof"`
}

type ExecuteFlow_SwervepayQueryCustomerTokenDetails added in v1.8.14

type ExecuteFlow_SwervepayQueryCustomerTokenDetails struct {
	SwervepayQueryCustomerTokenDetails *ExecuteSwervepayQueryCustomerTokenDetails `protobuf:"bytes,4603,opt,name=swervepay_query_customer_token_details,json=swervepayQueryCustomerTokenDetails,proto3,oneof"`
}

type ExecuteFlow_SwervepayQueryCustomerTokens added in v1.8.14

type ExecuteFlow_SwervepayQueryCustomerTokens struct {
	SwervepayQueryCustomerTokens *ExecuteSwervepayQueryQueryCustomerTokens `protobuf:"bytes,4604,opt,name=swervepay_query_customer_tokens,json=swervepayQueryCustomerTokens,proto3,oneof"`
}

type ExecuteFlow_SwervepayQueryCustomerTransactions added in v1.8.14

type ExecuteFlow_SwervepayQueryCustomerTransactions struct {
	SwervepayQueryCustomerTransactions *ExecuteSwervepayQueryCustomerTransactions `protobuf:"bytes,4605,opt,name=swervepay_query_customer_transactions,json=swervepayQueryCustomerTransactions,proto3,oneof"`
}

type ExecuteFlow_SwervepayQueryCustomers added in v1.8.14

type ExecuteFlow_SwervepayQueryCustomers struct {
	SwervepayQueryCustomers *ExecuteSwervepayQueryCustomers `protobuf:"bytes,4606,opt,name=swervepay_query_customers,json=swervepayQueryCustomers,proto3,oneof"`
}

type ExecuteFlow_SwervepayQueryTransactionDetails added in v1.8.14

type ExecuteFlow_SwervepayQueryTransactionDetails struct {
	SwervepayQueryTransactionDetails *ExecuteSwervepayQueryQueryTransactionDetails `protobuf:"bytes,4607,opt,name=swervepay_query_transaction_details,json=swervepayQueryTransactionDetails,proto3,oneof"`
}

type ExecuteFlow_SwervepayQueryTransactions added in v1.8.14

type ExecuteFlow_SwervepayQueryTransactions struct {
	SwervepayQueryTransactions *ExecuteSwervepayQueryTransactions `protobuf:"bytes,4608,opt,name=swervepay_query_transactions,json=swervepayQueryTransactions,proto3,oneof"`
}

type ExecuteFlow_SwervepayRemoveCustomerToken added in v1.8.14

type ExecuteFlow_SwervepayRemoveCustomerToken struct {
	SwervepayRemoveCustomerToken *ExecuteSwervepayRemoveCustomerToken `protobuf:"bytes,4609,opt,name=swervepay_remove_customer_token,json=swervepayRemoveCustomerToken,proto3,oneof"`
}

type ExecuteFlow_SwervepayUpdateCustomer added in v1.8.14

type ExecuteFlow_SwervepayUpdateCustomer struct {
	SwervepayUpdateCustomer *ExecuteSwervepayUpdateCustomer `protobuf:"bytes,4610,opt,name=swervepay_update_customer,json=swervepayUpdateCustomer,proto3,oneof"`
}

type ExecuteFlow_TrustcommerceAchSale

type ExecuteFlow_TrustcommerceAchSale struct {
	TrustcommerceAchSale *ExecuteTrustcommerceAchSale `protobuf:"bytes,2202,opt,name=trustcommerce_ach_sale,json=trustcommerceAchSale,proto3,oneof"`
}

type ExecuteFlow_TrustcommerceCreditSale

type ExecuteFlow_TrustcommerceCreditSale struct {
	TrustcommerceCreditSale *ExecuteTrustcommerceCreditSale `protobuf:"bytes,2201,opt,name=trustcommerce_credit_sale,json=trustcommerceCreditSale,proto3,oneof"`
}

type ExecuteFlow_UsaepayGetCcToken added in v1.7.21

type ExecuteFlow_UsaepayGetCcToken struct {
	UsaepayGetCcToken *ExecuteUsaepayGetCcToken `protobuf:"bytes,903,opt,name=usaepay_get_cc_token,json=usaepayGetCcToken,proto3,oneof"`
}

type ExecuteFlow_UsaepaySubmitAchPayments

type ExecuteFlow_UsaepaySubmitAchPayments struct {
	UsaepaySubmitAchPayments *ExecuteUsaepaySubmitAchPayments `protobuf:"bytes,902,opt,name=usaepay_submit_ach_payments,json=usaepaySubmitAchPayments,proto3,oneof"`
}

type ExecuteFlow_UsaepaySubmitCcPayments

type ExecuteFlow_UsaepaySubmitCcPayments struct {
	UsaepaySubmitCcPayments *ExecuteUsaepaySubmitCcPayments `protobuf:"bytes,901,opt,name=usaepay_submit_cc_payments,json=usaepaySubmitCcPayments,proto3,oneof"`
}

type ExecuteFlow_VantivAchSale

type ExecuteFlow_VantivAchSale struct {
	VantivAchSale *ExecuteVantivAchSale `protobuf:"bytes,2302,opt,name=vantiv_ach_sale,json=vantivAchSale,proto3,oneof"`
}

type ExecuteFlow_VantivCreditSale

type ExecuteFlow_VantivCreditSale struct {
	VantivCreditSale *ExecuteVantivCreditSale `protobuf:"bytes,2301,opt,name=vantiv_credit_sale,json=vantivCreditSale,proto3,oneof"`
}

type ExecuteGlobalPaymentsCardSale

type ExecuteGlobalPaymentsCardSale struct {
	// contains filtered or unexported fields
}

func (*ExecuteGlobalPaymentsCardSale) Descriptor deprecated

func (*ExecuteGlobalPaymentsCardSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteGlobalPaymentsCardSale.ProtoReflect.Descriptor instead.

func (*ExecuteGlobalPaymentsCardSale) ProtoMessage

func (*ExecuteGlobalPaymentsCardSale) ProtoMessage()

func (*ExecuteGlobalPaymentsCardSale) ProtoReflect

func (*ExecuteGlobalPaymentsCardSale) Reset

func (x *ExecuteGlobalPaymentsCardSale) Reset()

func (*ExecuteGlobalPaymentsCardSale) String

type ExecuteGlobalPaymentsGetTransactionByID

type ExecuteGlobalPaymentsGetTransactionByID struct {
	// contains filtered or unexported fields
}

func (*ExecuteGlobalPaymentsGetTransactionByID) Descriptor deprecated

func (*ExecuteGlobalPaymentsGetTransactionByID) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteGlobalPaymentsGetTransactionByID.ProtoReflect.Descriptor instead.

func (*ExecuteGlobalPaymentsGetTransactionByID) ProtoMessage

func (*ExecuteGlobalPaymentsGetTransactionByID) ProtoReflect

func (*ExecuteGlobalPaymentsGetTransactionByID) Reset

func (*ExecuteGlobalPaymentsGetTransactionByID) String

type ExecuteGlobalPaymentsListTransactions

type ExecuteGlobalPaymentsListTransactions struct {
	// contains filtered or unexported fields
}

func (*ExecuteGlobalPaymentsListTransactions) Descriptor deprecated

func (*ExecuteGlobalPaymentsListTransactions) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteGlobalPaymentsListTransactions.ProtoReflect.Descriptor instead.

func (*ExecuteGlobalPaymentsListTransactions) ProtoMessage

func (*ExecuteGlobalPaymentsListTransactions) ProtoMessage()

func (*ExecuteGlobalPaymentsListTransactions) ProtoReflect

func (*ExecuteGlobalPaymentsListTransactions) Reset

func (*ExecuteGlobalPaymentsListTransactions) String

type ExecuteGlobalPaymentsRefundSale

type ExecuteGlobalPaymentsRefundSale struct {
	// contains filtered or unexported fields
}

func (*ExecuteGlobalPaymentsRefundSale) Descriptor deprecated

func (*ExecuteGlobalPaymentsRefundSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteGlobalPaymentsRefundSale.ProtoReflect.Descriptor instead.

func (*ExecuteGlobalPaymentsRefundSale) ProtoMessage

func (*ExecuteGlobalPaymentsRefundSale) ProtoMessage()

func (*ExecuteGlobalPaymentsRefundSale) ProtoReflect

func (*ExecuteGlobalPaymentsRefundSale) Reset

func (*ExecuteGlobalPaymentsRefundSale) String

type ExecuteGlobalPaymentsReverseSaleOrRefund

type ExecuteGlobalPaymentsReverseSaleOrRefund struct {
	// contains filtered or unexported fields
}

func (*ExecuteGlobalPaymentsReverseSaleOrRefund) Descriptor deprecated

func (*ExecuteGlobalPaymentsReverseSaleOrRefund) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteGlobalPaymentsReverseSaleOrRefund.ProtoReflect.Descriptor instead.

func (*ExecuteGlobalPaymentsReverseSaleOrRefund) ProtoMessage

func (*ExecuteGlobalPaymentsReverseSaleOrRefund) ProtoReflect

func (*ExecuteGlobalPaymentsReverseSaleOrRefund) Reset

func (*ExecuteGlobalPaymentsReverseSaleOrRefund) String

type ExecuteI2CBalanceInquiry

type ExecuteI2CBalanceInquiry struct {
	// contains filtered or unexported fields
}

func (*ExecuteI2CBalanceInquiry) Descriptor deprecated

func (*ExecuteI2CBalanceInquiry) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteI2CBalanceInquiry.ProtoReflect.Descriptor instead.

func (*ExecuteI2CBalanceInquiry) ProtoMessage

func (*ExecuteI2CBalanceInquiry) ProtoMessage()

func (*ExecuteI2CBalanceInquiry) ProtoReflect

func (x *ExecuteI2CBalanceInquiry) ProtoReflect() protoreflect.Message

func (*ExecuteI2CBalanceInquiry) Reset

func (x *ExecuteI2CBalanceInquiry) Reset()

func (*ExecuteI2CBalanceInquiry) String

func (x *ExecuteI2CBalanceInquiry) String() string

type ExecuteI2CEcho

type ExecuteI2CEcho struct {
	// contains filtered or unexported fields
}

func (*ExecuteI2CEcho) Descriptor deprecated

func (*ExecuteI2CEcho) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteI2CEcho.ProtoReflect.Descriptor instead.

func (*ExecuteI2CEcho) ProtoMessage

func (*ExecuteI2CEcho) ProtoMessage()

func (*ExecuteI2CEcho) ProtoReflect

func (x *ExecuteI2CEcho) ProtoReflect() protoreflect.Message

func (*ExecuteI2CEcho) Reset

func (x *ExecuteI2CEcho) Reset()

func (*ExecuteI2CEcho) String

func (x *ExecuteI2CEcho) String() string

type ExecuteI2CGetCardholderBalance

type ExecuteI2CGetCardholderBalance struct {
	// contains filtered or unexported fields
}

func (*ExecuteI2CGetCardholderBalance) Descriptor deprecated

func (*ExecuteI2CGetCardholderBalance) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteI2CGetCardholderBalance.ProtoReflect.Descriptor instead.

func (*ExecuteI2CGetCardholderBalance) ProtoMessage

func (*ExecuteI2CGetCardholderBalance) ProtoMessage()

func (*ExecuteI2CGetCardholderBalance) ProtoReflect

func (*ExecuteI2CGetCardholderBalance) Reset

func (x *ExecuteI2CGetCardholderBalance) Reset()

func (*ExecuteI2CGetCardholderBalance) String

type ExecuteI2CGetCardholderProfile

type ExecuteI2CGetCardholderProfile struct {
	// contains filtered or unexported fields
}

func (*ExecuteI2CGetCardholderProfile) Descriptor deprecated

func (*ExecuteI2CGetCardholderProfile) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteI2CGetCardholderProfile.ProtoReflect.Descriptor instead.

func (*ExecuteI2CGetCardholderProfile) ProtoMessage

func (*ExecuteI2CGetCardholderProfile) ProtoMessage()

func (*ExecuteI2CGetCardholderProfile) ProtoReflect

func (*ExecuteI2CGetCardholderProfile) Reset

func (x *ExecuteI2CGetCardholderProfile) Reset()

func (*ExecuteI2CGetCardholderProfile) String

type ExecuteI2CGetCardholderStatement

type ExecuteI2CGetCardholderStatement struct {
	// contains filtered or unexported fields
}

func (*ExecuteI2CGetCardholderStatement) Descriptor deprecated

func (*ExecuteI2CGetCardholderStatement) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteI2CGetCardholderStatement.ProtoReflect.Descriptor instead.

func (*ExecuteI2CGetCardholderStatement) ProtoMessage

func (*ExecuteI2CGetCardholderStatement) ProtoMessage()

func (*ExecuteI2CGetCardholderStatement) ProtoReflect

func (*ExecuteI2CGetCardholderStatement) Reset

func (*ExecuteI2CGetCardholderStatement) String

type ExecuteI2CGetCreditPaymentInfo

type ExecuteI2CGetCreditPaymentInfo struct {
	// contains filtered or unexported fields
}

func (*ExecuteI2CGetCreditPaymentInfo) Descriptor deprecated

func (*ExecuteI2CGetCreditPaymentInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteI2CGetCreditPaymentInfo.ProtoReflect.Descriptor instead.

func (*ExecuteI2CGetCreditPaymentInfo) ProtoMessage

func (*ExecuteI2CGetCreditPaymentInfo) ProtoMessage()

func (*ExecuteI2CGetCreditPaymentInfo) ProtoReflect

func (*ExecuteI2CGetCreditPaymentInfo) Reset

func (x *ExecuteI2CGetCreditPaymentInfo) Reset()

func (*ExecuteI2CGetCreditPaymentInfo) String

type ExecuteI2CMakePayment

type ExecuteI2CMakePayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteI2CMakePayment) Descriptor deprecated

func (*ExecuteI2CMakePayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteI2CMakePayment.ProtoReflect.Descriptor instead.

func (*ExecuteI2CMakePayment) ProtoMessage

func (*ExecuteI2CMakePayment) ProtoMessage()

func (*ExecuteI2CMakePayment) ProtoReflect

func (x *ExecuteI2CMakePayment) ProtoReflect() protoreflect.Message

func (*ExecuteI2CMakePayment) Reset

func (x *ExecuteI2CMakePayment) Reset()

func (*ExecuteI2CMakePayment) String

func (x *ExecuteI2CMakePayment) String() string

type ExecuteI2CSearchCustomer

type ExecuteI2CSearchCustomer struct {
	// contains filtered or unexported fields
}

func (*ExecuteI2CSearchCustomer) Descriptor deprecated

func (*ExecuteI2CSearchCustomer) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteI2CSearchCustomer.ProtoReflect.Descriptor instead.

func (*ExecuteI2CSearchCustomer) ProtoMessage

func (*ExecuteI2CSearchCustomer) ProtoMessage()

func (*ExecuteI2CSearchCustomer) ProtoReflect

func (x *ExecuteI2CSearchCustomer) ProtoReflect() protoreflect.Message

func (*ExecuteI2CSearchCustomer) Reset

func (x *ExecuteI2CSearchCustomer) Reset()

func (*ExecuteI2CSearchCustomer) String

func (x *ExecuteI2CSearchCustomer) String() string

type ExecuteI2CTransactionHistory

type ExecuteI2CTransactionHistory struct {
	// contains filtered or unexported fields
}

func (*ExecuteI2CTransactionHistory) Descriptor deprecated

func (*ExecuteI2CTransactionHistory) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteI2CTransactionHistory.ProtoReflect.Descriptor instead.

func (*ExecuteI2CTransactionHistory) ProtoMessage

func (*ExecuteI2CTransactionHistory) ProtoMessage()

func (*ExecuteI2CTransactionHistory) ProtoReflect

func (*ExecuteI2CTransactionHistory) Reset

func (x *ExecuteI2CTransactionHistory) Reset()

func (*ExecuteI2CTransactionHistory) String

type ExecuteI2CVerifyUser

type ExecuteI2CVerifyUser struct {
	// contains filtered or unexported fields
}

func (*ExecuteI2CVerifyUser) Descriptor deprecated

func (*ExecuteI2CVerifyUser) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteI2CVerifyUser.ProtoReflect.Descriptor instead.

func (*ExecuteI2CVerifyUser) ProtoMessage

func (*ExecuteI2CVerifyUser) ProtoMessage()

func (*ExecuteI2CVerifyUser) ProtoReflect

func (x *ExecuteI2CVerifyUser) ProtoReflect() protoreflect.Message

func (*ExecuteI2CVerifyUser) Reset

func (x *ExecuteI2CVerifyUser) Reset()

func (*ExecuteI2CVerifyUser) String

func (x *ExecuteI2CVerifyUser) String() string

type ExecuteInstamedPaymentSale

type ExecuteInstamedPaymentSale struct {
	// contains filtered or unexported fields
}

func (*ExecuteInstamedPaymentSale) Descriptor deprecated

func (*ExecuteInstamedPaymentSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteInstamedPaymentSale.ProtoReflect.Descriptor instead.

func (*ExecuteInstamedPaymentSale) ProtoMessage

func (*ExecuteInstamedPaymentSale) ProtoMessage()

func (*ExecuteInstamedPaymentSale) ProtoReflect

func (*ExecuteInstamedPaymentSale) Reset

func (x *ExecuteInstamedPaymentSale) Reset()

func (*ExecuteInstamedPaymentSale) String

func (x *ExecuteInstamedPaymentSale) String() string

type ExecuteInstamedVoidPayment

type ExecuteInstamedVoidPayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteInstamedVoidPayment) Descriptor deprecated

func (*ExecuteInstamedVoidPayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteInstamedVoidPayment.ProtoReflect.Descriptor instead.

func (*ExecuteInstamedVoidPayment) ProtoMessage

func (*ExecuteInstamedVoidPayment) ProtoMessage()

func (*ExecuteInstamedVoidPayment) ProtoReflect

func (*ExecuteInstamedVoidPayment) Reset

func (x *ExecuteInstamedVoidPayment) Reset()

func (*ExecuteInstamedVoidPayment) String

func (x *ExecuteInstamedVoidPayment) String() string

type ExecuteInterproseLookupAccount

type ExecuteInterproseLookupAccount struct {
	// contains filtered or unexported fields
}

func (*ExecuteInterproseLookupAccount) Descriptor deprecated

func (*ExecuteInterproseLookupAccount) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteInterproseLookupAccount.ProtoReflect.Descriptor instead.

func (*ExecuteInterproseLookupAccount) ProtoMessage

func (*ExecuteInterproseLookupAccount) ProtoMessage()

func (*ExecuteInterproseLookupAccount) ProtoReflect

func (*ExecuteInterproseLookupAccount) Reset

func (x *ExecuteInterproseLookupAccount) Reset()

func (*ExecuteInterproseLookupAccount) String

type ExecuteInterproseLookupAccountByFormId

type ExecuteInterproseLookupAccountByFormId struct {
	// contains filtered or unexported fields
}

func (*ExecuteInterproseLookupAccountByFormId) Descriptor deprecated

func (*ExecuteInterproseLookupAccountByFormId) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteInterproseLookupAccountByFormId.ProtoReflect.Descriptor instead.

func (*ExecuteInterproseLookupAccountByFormId) ProtoMessage

func (*ExecuteInterproseLookupAccountByFormId) ProtoReflect

func (*ExecuteInterproseLookupAccountByFormId) Reset

func (*ExecuteInterproseLookupAccountByFormId) String

type ExecuteInterproseLookupPaymentId

type ExecuteInterproseLookupPaymentId struct {
	// contains filtered or unexported fields
}

func (*ExecuteInterproseLookupPaymentId) Descriptor deprecated

func (*ExecuteInterproseLookupPaymentId) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteInterproseLookupPaymentId.ProtoReflect.Descriptor instead.

func (*ExecuteInterproseLookupPaymentId) ProtoMessage

func (*ExecuteInterproseLookupPaymentId) ProtoMessage()

func (*ExecuteInterproseLookupPaymentId) ProtoReflect

func (*ExecuteInterproseLookupPaymentId) Reset

func (*ExecuteInterproseLookupPaymentId) String

type ExecuteInterproseSubmitCardSaleRequestByAch

type ExecuteInterproseSubmitCardSaleRequestByAch struct {
	// contains filtered or unexported fields
}

func (*ExecuteInterproseSubmitCardSaleRequestByAch) Descriptor deprecated

Deprecated: Use ExecuteInterproseSubmitCardSaleRequestByAch.ProtoReflect.Descriptor instead.

func (*ExecuteInterproseSubmitCardSaleRequestByAch) ProtoMessage

func (*ExecuteInterproseSubmitCardSaleRequestByAch) ProtoReflect

func (*ExecuteInterproseSubmitCardSaleRequestByAch) Reset

func (*ExecuteInterproseSubmitCardSaleRequestByAch) String

type ExecuteInterproseSubmitCardSaleRequestByCc

type ExecuteInterproseSubmitCardSaleRequestByCc struct {
	// contains filtered or unexported fields
}

func (*ExecuteInterproseSubmitCardSaleRequestByCc) Descriptor deprecated

Deprecated: Use ExecuteInterproseSubmitCardSaleRequestByCc.ProtoReflect.Descriptor instead.

func (*ExecuteInterproseSubmitCardSaleRequestByCc) ProtoMessage

func (*ExecuteInterproseSubmitCardSaleRequestByCc) ProtoReflect

func (*ExecuteInterproseSubmitCardSaleRequestByCc) Reset

func (*ExecuteInterproseSubmitCardSaleRequestByCc) String

type ExecuteJourneyLatest

type ExecuteJourneyLatest struct {
	// contains filtered or unexported fields
}

func (*ExecuteJourneyLatest) Descriptor deprecated

func (*ExecuteJourneyLatest) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteJourneyLatest.ProtoReflect.Descriptor instead.

func (*ExecuteJourneyLatest) ProtoMessage

func (*ExecuteJourneyLatest) ProtoMessage()

func (*ExecuteJourneyLatest) ProtoReflect

func (x *ExecuteJourneyLatest) ProtoReflect() protoreflect.Message

func (*ExecuteJourneyLatest) Reset

func (x *ExecuteJourneyLatest) Reset()

func (*ExecuteJourneyLatest) String

func (x *ExecuteJourneyLatest) String() string

type ExecuteJourneyList added in v1.7.39

type ExecuteJourneyList struct {
	// contains filtered or unexported fields
}

func (*ExecuteJourneyList) Descriptor deprecated added in v1.7.39

func (*ExecuteJourneyList) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteJourneyList.ProtoReflect.Descriptor instead.

func (*ExecuteJourneyList) ProtoMessage added in v1.7.39

func (*ExecuteJourneyList) ProtoMessage()

func (*ExecuteJourneyList) ProtoReflect added in v1.7.39

func (x *ExecuteJourneyList) ProtoReflect() protoreflect.Message

func (*ExecuteJourneyList) Reset added in v1.7.39

func (x *ExecuteJourneyList) Reset()

func (*ExecuteJourneyList) String added in v1.7.39

func (x *ExecuteJourneyList) String() string

type ExecuteJourneyUpdate added in v1.7.39

type ExecuteJourneyUpdate struct {
	// contains filtered or unexported fields
}

func (*ExecuteJourneyUpdate) Descriptor deprecated added in v1.7.39

func (*ExecuteJourneyUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteJourneyUpdate.ProtoReflect.Descriptor instead.

func (*ExecuteJourneyUpdate) ProtoMessage added in v1.7.39

func (*ExecuteJourneyUpdate) ProtoMessage()

func (*ExecuteJourneyUpdate) ProtoReflect added in v1.7.39

func (x *ExecuteJourneyUpdate) ProtoReflect() protoreflect.Message

func (*ExecuteJourneyUpdate) Reset added in v1.7.39

func (x *ExecuteJourneyUpdate) Reset()

func (*ExecuteJourneyUpdate) String added in v1.7.39

func (x *ExecuteJourneyUpdate) String() string

type ExecuteNavigaChangeBilling added in v1.7.40

type ExecuteNavigaChangeBilling struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaChangeBilling) Descriptor deprecated added in v1.7.40

func (*ExecuteNavigaChangeBilling) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaChangeBilling.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaChangeBilling) ProtoMessage added in v1.7.40

func (*ExecuteNavigaChangeBilling) ProtoMessage()

func (*ExecuteNavigaChangeBilling) ProtoReflect added in v1.7.40

func (*ExecuteNavigaChangeBilling) Reset added in v1.7.40

func (x *ExecuteNavigaChangeBilling) Reset()

func (*ExecuteNavigaChangeBilling) String added in v1.7.40

func (x *ExecuteNavigaChangeBilling) String() string

type ExecuteNavigaCreatePayment added in v1.7.39

type ExecuteNavigaCreatePayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaCreatePayment) Descriptor deprecated added in v1.7.39

func (*ExecuteNavigaCreatePayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaCreatePayment.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaCreatePayment) ProtoMessage added in v1.7.39

func (*ExecuteNavigaCreatePayment) ProtoMessage()

func (*ExecuteNavigaCreatePayment) ProtoReflect added in v1.7.39

func (*ExecuteNavigaCreatePayment) Reset added in v1.7.39

func (x *ExecuteNavigaCreatePayment) Reset()

func (*ExecuteNavigaCreatePayment) String added in v1.7.39

func (x *ExecuteNavigaCreatePayment) String() string

type ExecuteNavigaDTICSAutoRenewInfo added in v1.8.6

type ExecuteNavigaDTICSAutoRenewInfo struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaDTICSAutoRenewInfo) Descriptor deprecated added in v1.8.6

func (*ExecuteNavigaDTICSAutoRenewInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaDTICSAutoRenewInfo.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaDTICSAutoRenewInfo) ProtoMessage added in v1.8.6

func (*ExecuteNavigaDTICSAutoRenewInfo) ProtoMessage()

func (*ExecuteNavigaDTICSAutoRenewInfo) ProtoReflect added in v1.8.6

func (*ExecuteNavigaDTICSAutoRenewInfo) Reset added in v1.8.6

func (*ExecuteNavigaDTICSAutoRenewInfo) String added in v1.8.6

type ExecuteNavigaDTICSAutoTran added in v1.8.6

type ExecuteNavigaDTICSAutoTran struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaDTICSAutoTran) Descriptor deprecated added in v1.8.6

func (*ExecuteNavigaDTICSAutoTran) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaDTICSAutoTran.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaDTICSAutoTran) ProtoMessage added in v1.8.6

func (*ExecuteNavigaDTICSAutoTran) ProtoMessage()

func (*ExecuteNavigaDTICSAutoTran) ProtoReflect added in v1.8.6

func (*ExecuteNavigaDTICSAutoTran) Reset added in v1.8.6

func (x *ExecuteNavigaDTICSAutoTran) Reset()

func (*ExecuteNavigaDTICSAutoTran) String added in v1.8.6

func (x *ExecuteNavigaDTICSAutoTran) String() string

type ExecuteNavigaDTICSBillingInfo added in v1.8.6

type ExecuteNavigaDTICSBillingInfo struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaDTICSBillingInfo) Descriptor deprecated added in v1.8.6

func (*ExecuteNavigaDTICSBillingInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaDTICSBillingInfo.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaDTICSBillingInfo) ProtoMessage added in v1.8.6

func (*ExecuteNavigaDTICSBillingInfo) ProtoMessage()

func (*ExecuteNavigaDTICSBillingInfo) ProtoReflect added in v1.8.6

func (*ExecuteNavigaDTICSBillingInfo) Reset added in v1.8.6

func (x *ExecuteNavigaDTICSBillingInfo) Reset()

func (*ExecuteNavigaDTICSBillingInfo) String added in v1.8.6

type ExecuteNavigaDTICSLogin added in v1.8.6

type ExecuteNavigaDTICSLogin struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaDTICSLogin) Descriptor deprecated added in v1.8.6

func (*ExecuteNavigaDTICSLogin) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaDTICSLogin.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaDTICSLogin) ProtoMessage added in v1.8.6

func (*ExecuteNavigaDTICSLogin) ProtoMessage()

func (*ExecuteNavigaDTICSLogin) ProtoReflect added in v1.8.6

func (x *ExecuteNavigaDTICSLogin) ProtoReflect() protoreflect.Message

func (*ExecuteNavigaDTICSLogin) Reset added in v1.8.6

func (x *ExecuteNavigaDTICSLogin) Reset()

func (*ExecuteNavigaDTICSLogin) String added in v1.8.6

func (x *ExecuteNavigaDTICSLogin) String() string

type ExecuteNavigaDTICSPayInfo added in v1.8.6

type ExecuteNavigaDTICSPayInfo struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaDTICSPayInfo) Descriptor deprecated added in v1.8.6

func (*ExecuteNavigaDTICSPayInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaDTICSPayInfo.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaDTICSPayInfo) ProtoMessage added in v1.8.6

func (*ExecuteNavigaDTICSPayInfo) ProtoMessage()

func (*ExecuteNavigaDTICSPayInfo) ProtoReflect added in v1.8.6

func (*ExecuteNavigaDTICSPayInfo) Reset added in v1.8.6

func (x *ExecuteNavigaDTICSPayInfo) Reset()

func (*ExecuteNavigaDTICSPayInfo) String added in v1.8.6

func (x *ExecuteNavigaDTICSPayInfo) String() string

type ExecuteNavigaDTICSPayTran added in v1.8.6

type ExecuteNavigaDTICSPayTran struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaDTICSPayTran) Descriptor deprecated added in v1.8.6

func (*ExecuteNavigaDTICSPayTran) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaDTICSPayTran.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaDTICSPayTran) ProtoMessage added in v1.8.6

func (*ExecuteNavigaDTICSPayTran) ProtoMessage()

func (*ExecuteNavigaDTICSPayTran) ProtoReflect added in v1.8.6

func (*ExecuteNavigaDTICSPayTran) Reset added in v1.8.6

func (x *ExecuteNavigaDTICSPayTran) Reset()

func (*ExecuteNavigaDTICSPayTran) String added in v1.8.6

func (x *ExecuteNavigaDTICSPayTran) String() string

type ExecuteNavigaDTICSRenewInfo added in v1.8.6

type ExecuteNavigaDTICSRenewInfo struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaDTICSRenewInfo) Descriptor deprecated added in v1.8.6

func (*ExecuteNavigaDTICSRenewInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaDTICSRenewInfo.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaDTICSRenewInfo) ProtoMessage added in v1.8.6

func (*ExecuteNavigaDTICSRenewInfo) ProtoMessage()

func (*ExecuteNavigaDTICSRenewInfo) ProtoReflect added in v1.8.6

func (*ExecuteNavigaDTICSRenewInfo) Reset added in v1.8.6

func (x *ExecuteNavigaDTICSRenewInfo) Reset()

func (*ExecuteNavigaDTICSRenewInfo) String added in v1.8.6

func (x *ExecuteNavigaDTICSRenewInfo) String() string

type ExecuteNavigaDTICSSearchPage added in v1.8.6

type ExecuteNavigaDTICSSearchPage struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaDTICSSearchPage) Descriptor deprecated added in v1.8.6

func (*ExecuteNavigaDTICSSearchPage) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaDTICSSearchPage.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaDTICSSearchPage) ProtoMessage added in v1.8.6

func (*ExecuteNavigaDTICSSearchPage) ProtoMessage()

func (*ExecuteNavigaDTICSSearchPage) ProtoReflect added in v1.8.6

func (*ExecuteNavigaDTICSSearchPage) Reset added in v1.8.6

func (x *ExecuteNavigaDTICSSearchPage) Reset()

func (*ExecuteNavigaDTICSSearchPage) String added in v1.8.6

type ExecuteNavigaDTICSServiceErrorInfo added in v1.8.6

type ExecuteNavigaDTICSServiceErrorInfo struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaDTICSServiceErrorInfo) Descriptor deprecated added in v1.8.6

func (*ExecuteNavigaDTICSServiceErrorInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaDTICSServiceErrorInfo.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaDTICSServiceErrorInfo) ProtoMessage added in v1.8.6

func (*ExecuteNavigaDTICSServiceErrorInfo) ProtoMessage()

func (*ExecuteNavigaDTICSServiceErrorInfo) ProtoReflect added in v1.8.6

func (*ExecuteNavigaDTICSServiceErrorInfo) Reset added in v1.8.6

func (*ExecuteNavigaDTICSServiceErrorInfo) String added in v1.8.6

type ExecuteNavigaDTICSServiceErrorTrans added in v1.8.6

type ExecuteNavigaDTICSServiceErrorTrans struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaDTICSServiceErrorTrans) Descriptor deprecated added in v1.8.6

func (*ExecuteNavigaDTICSServiceErrorTrans) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaDTICSServiceErrorTrans.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaDTICSServiceErrorTrans) ProtoMessage added in v1.8.6

func (*ExecuteNavigaDTICSServiceErrorTrans) ProtoMessage()

func (*ExecuteNavigaDTICSServiceErrorTrans) ProtoReflect added in v1.8.6

func (*ExecuteNavigaDTICSServiceErrorTrans) Reset added in v1.8.6

func (*ExecuteNavigaDTICSServiceErrorTrans) String added in v1.8.6

type ExecuteNavigaDTICSStopInfo added in v1.8.6

type ExecuteNavigaDTICSStopInfo struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaDTICSStopInfo) Descriptor deprecated added in v1.8.6

func (*ExecuteNavigaDTICSStopInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaDTICSStopInfo.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaDTICSStopInfo) ProtoMessage added in v1.8.6

func (*ExecuteNavigaDTICSStopInfo) ProtoMessage()

func (*ExecuteNavigaDTICSStopInfo) ProtoReflect added in v1.8.6

func (*ExecuteNavigaDTICSStopInfo) Reset added in v1.8.6

func (x *ExecuteNavigaDTICSStopInfo) Reset()

func (*ExecuteNavigaDTICSStopInfo) String added in v1.8.6

func (x *ExecuteNavigaDTICSStopInfo) String() string

type ExecuteNavigaDTICSStopTrans added in v1.8.6

type ExecuteNavigaDTICSStopTrans struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaDTICSStopTrans) Descriptor deprecated added in v1.8.6

func (*ExecuteNavigaDTICSStopTrans) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaDTICSStopTrans.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaDTICSStopTrans) ProtoMessage added in v1.8.6

func (*ExecuteNavigaDTICSStopTrans) ProtoMessage()

func (*ExecuteNavigaDTICSStopTrans) ProtoReflect added in v1.8.6

func (*ExecuteNavigaDTICSStopTrans) Reset added in v1.8.6

func (x *ExecuteNavigaDTICSStopTrans) Reset()

func (*ExecuteNavigaDTICSStopTrans) String added in v1.8.6

func (x *ExecuteNavigaDTICSStopTrans) String() string

type ExecuteNavigaDTICircChangeBilling added in v1.8.6

type ExecuteNavigaDTICircChangeBilling struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaDTICircChangeBilling) Descriptor deprecated added in v1.8.6

func (*ExecuteNavigaDTICircChangeBilling) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaDTICircChangeBilling.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaDTICircChangeBilling) ProtoMessage added in v1.8.6

func (*ExecuteNavigaDTICircChangeBilling) ProtoMessage()

func (*ExecuteNavigaDTICircChangeBilling) ProtoReflect added in v1.8.6

func (*ExecuteNavigaDTICircChangeBilling) Reset added in v1.8.6

func (*ExecuteNavigaDTICircChangeBilling) String added in v1.8.6

type ExecuteNavigaDTICircCreatePayment added in v1.8.6

type ExecuteNavigaDTICircCreatePayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteNavigaDTICircCreatePayment) Descriptor deprecated added in v1.8.6

func (*ExecuteNavigaDTICircCreatePayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNavigaDTICircCreatePayment.ProtoReflect.Descriptor instead.

func (*ExecuteNavigaDTICircCreatePayment) ProtoMessage added in v1.8.6

func (*ExecuteNavigaDTICircCreatePayment) ProtoMessage()

func (*ExecuteNavigaDTICircCreatePayment) ProtoReflect added in v1.8.6

func (*ExecuteNavigaDTICircCreatePayment) Reset added in v1.8.6

func (*ExecuteNavigaDTICircCreatePayment) String added in v1.8.6

type ExecuteNewscycleAutoRenewInfo

type ExecuteNewscycleAutoRenewInfo struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewscycleAutoRenewInfo) Descriptor deprecated

func (*ExecuteNewscycleAutoRenewInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewscycleAutoRenewInfo.ProtoReflect.Descriptor instead.

func (*ExecuteNewscycleAutoRenewInfo) ProtoMessage

func (*ExecuteNewscycleAutoRenewInfo) ProtoMessage()

func (*ExecuteNewscycleAutoRenewInfo) ProtoReflect

func (*ExecuteNewscycleAutoRenewInfo) Reset

func (x *ExecuteNewscycleAutoRenewInfo) Reset()

func (*ExecuteNewscycleAutoRenewInfo) String

type ExecuteNewscycleAutoTran

type ExecuteNewscycleAutoTran struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewscycleAutoTran) Descriptor deprecated

func (*ExecuteNewscycleAutoTran) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewscycleAutoTran.ProtoReflect.Descriptor instead.

func (*ExecuteNewscycleAutoTran) ProtoMessage

func (*ExecuteNewscycleAutoTran) ProtoMessage()

func (*ExecuteNewscycleAutoTran) ProtoReflect

func (x *ExecuteNewscycleAutoTran) ProtoReflect() protoreflect.Message

func (*ExecuteNewscycleAutoTran) Reset

func (x *ExecuteNewscycleAutoTran) Reset()

func (*ExecuteNewscycleAutoTran) String

func (x *ExecuteNewscycleAutoTran) String() string

type ExecuteNewscycleBillingInfo

type ExecuteNewscycleBillingInfo struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewscycleBillingInfo) Descriptor deprecated

func (*ExecuteNewscycleBillingInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewscycleBillingInfo.ProtoReflect.Descriptor instead.

func (*ExecuteNewscycleBillingInfo) ProtoMessage

func (*ExecuteNewscycleBillingInfo) ProtoMessage()

func (*ExecuteNewscycleBillingInfo) ProtoReflect

func (*ExecuteNewscycleBillingInfo) Reset

func (x *ExecuteNewscycleBillingInfo) Reset()

func (*ExecuteNewscycleBillingInfo) String

func (x *ExecuteNewscycleBillingInfo) String() string

type ExecuteNewscycleLogin

type ExecuteNewscycleLogin struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewscycleLogin) Descriptor deprecated

func (*ExecuteNewscycleLogin) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewscycleLogin.ProtoReflect.Descriptor instead.

func (*ExecuteNewscycleLogin) ProtoMessage

func (*ExecuteNewscycleLogin) ProtoMessage()

func (*ExecuteNewscycleLogin) ProtoReflect

func (x *ExecuteNewscycleLogin) ProtoReflect() protoreflect.Message

func (*ExecuteNewscycleLogin) Reset

func (x *ExecuteNewscycleLogin) Reset()

func (*ExecuteNewscycleLogin) String

func (x *ExecuteNewscycleLogin) String() string

type ExecuteNewscyclePayInfo

type ExecuteNewscyclePayInfo struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewscyclePayInfo) Descriptor deprecated

func (*ExecuteNewscyclePayInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewscyclePayInfo.ProtoReflect.Descriptor instead.

func (*ExecuteNewscyclePayInfo) ProtoMessage

func (*ExecuteNewscyclePayInfo) ProtoMessage()

func (*ExecuteNewscyclePayInfo) ProtoReflect

func (x *ExecuteNewscyclePayInfo) ProtoReflect() protoreflect.Message

func (*ExecuteNewscyclePayInfo) Reset

func (x *ExecuteNewscyclePayInfo) Reset()

func (*ExecuteNewscyclePayInfo) String

func (x *ExecuteNewscyclePayInfo) String() string

type ExecuteNewscyclePayTran

type ExecuteNewscyclePayTran struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewscyclePayTran) Descriptor deprecated

func (*ExecuteNewscyclePayTran) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewscyclePayTran.ProtoReflect.Descriptor instead.

func (*ExecuteNewscyclePayTran) ProtoMessage

func (*ExecuteNewscyclePayTran) ProtoMessage()

func (*ExecuteNewscyclePayTran) ProtoReflect

func (x *ExecuteNewscyclePayTran) ProtoReflect() protoreflect.Message

func (*ExecuteNewscyclePayTran) Reset

func (x *ExecuteNewscyclePayTran) Reset()

func (*ExecuteNewscyclePayTran) String

func (x *ExecuteNewscyclePayTran) String() string

type ExecuteNewscycleRenewInfo

type ExecuteNewscycleRenewInfo struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewscycleRenewInfo) Descriptor deprecated

func (*ExecuteNewscycleRenewInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewscycleRenewInfo.ProtoReflect.Descriptor instead.

func (*ExecuteNewscycleRenewInfo) ProtoMessage

func (*ExecuteNewscycleRenewInfo) ProtoMessage()

func (*ExecuteNewscycleRenewInfo) ProtoReflect

func (*ExecuteNewscycleRenewInfo) Reset

func (x *ExecuteNewscycleRenewInfo) Reset()

func (*ExecuteNewscycleRenewInfo) String

func (x *ExecuteNewscycleRenewInfo) String() string

type ExecuteNewscycleSearchPage

type ExecuteNewscycleSearchPage struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewscycleSearchPage) Descriptor deprecated

func (*ExecuteNewscycleSearchPage) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewscycleSearchPage.ProtoReflect.Descriptor instead.

func (*ExecuteNewscycleSearchPage) ProtoMessage

func (*ExecuteNewscycleSearchPage) ProtoMessage()

func (*ExecuteNewscycleSearchPage) ProtoReflect

func (*ExecuteNewscycleSearchPage) Reset

func (x *ExecuteNewscycleSearchPage) Reset()

func (*ExecuteNewscycleSearchPage) String

func (x *ExecuteNewscycleSearchPage) String() string

type ExecuteNewscycleServiceErrorInfo

type ExecuteNewscycleServiceErrorInfo struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewscycleServiceErrorInfo) Descriptor deprecated

func (*ExecuteNewscycleServiceErrorInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewscycleServiceErrorInfo.ProtoReflect.Descriptor instead.

func (*ExecuteNewscycleServiceErrorInfo) ProtoMessage

func (*ExecuteNewscycleServiceErrorInfo) ProtoMessage()

func (*ExecuteNewscycleServiceErrorInfo) ProtoReflect

func (*ExecuteNewscycleServiceErrorInfo) Reset

func (*ExecuteNewscycleServiceErrorInfo) String

type ExecuteNewscycleServiceErrorTrans

type ExecuteNewscycleServiceErrorTrans struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewscycleServiceErrorTrans) Descriptor deprecated

func (*ExecuteNewscycleServiceErrorTrans) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewscycleServiceErrorTrans.ProtoReflect.Descriptor instead.

func (*ExecuteNewscycleServiceErrorTrans) ProtoMessage

func (*ExecuteNewscycleServiceErrorTrans) ProtoMessage()

func (*ExecuteNewscycleServiceErrorTrans) ProtoReflect

func (*ExecuteNewscycleServiceErrorTrans) Reset

func (*ExecuteNewscycleServiceErrorTrans) String

type ExecuteNewscycleStopInfo

type ExecuteNewscycleStopInfo struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewscycleStopInfo) Descriptor deprecated

func (*ExecuteNewscycleStopInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewscycleStopInfo.ProtoReflect.Descriptor instead.

func (*ExecuteNewscycleStopInfo) ProtoMessage

func (*ExecuteNewscycleStopInfo) ProtoMessage()

func (*ExecuteNewscycleStopInfo) ProtoReflect

func (x *ExecuteNewscycleStopInfo) ProtoReflect() protoreflect.Message

func (*ExecuteNewscycleStopInfo) Reset

func (x *ExecuteNewscycleStopInfo) Reset()

func (*ExecuteNewscycleStopInfo) String

func (x *ExecuteNewscycleStopInfo) String() string

type ExecuteNewscycleStopTrans

type ExecuteNewscycleStopTrans struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewscycleStopTrans) Descriptor deprecated

func (*ExecuteNewscycleStopTrans) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewscycleStopTrans.ProtoReflect.Descriptor instead.

func (*ExecuteNewscycleStopTrans) ProtoMessage

func (*ExecuteNewscycleStopTrans) ProtoMessage()

func (*ExecuteNewscycleStopTrans) ProtoReflect

func (*ExecuteNewscycleStopTrans) Reset

func (x *ExecuteNewscycleStopTrans) Reset()

func (*ExecuteNewscycleStopTrans) String

func (x *ExecuteNewscycleStopTrans) String() string

type ExecuteNewzwareAccountInquiry added in v1.7.32

type ExecuteNewzwareAccountInquiry struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewzwareAccountInquiry) Descriptor deprecated added in v1.7.32

func (*ExecuteNewzwareAccountInquiry) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewzwareAccountInquiry.ProtoReflect.Descriptor instead.

func (*ExecuteNewzwareAccountInquiry) ProtoMessage added in v1.7.32

func (*ExecuteNewzwareAccountInquiry) ProtoMessage()

func (*ExecuteNewzwareAccountInquiry) ProtoReflect added in v1.7.32

func (*ExecuteNewzwareAccountInquiry) Reset added in v1.7.32

func (x *ExecuteNewzwareAccountInquiry) Reset()

func (*ExecuteNewzwareAccountInquiry) String added in v1.7.32

type ExecuteNewzwareAchPayment added in v1.7.32

type ExecuteNewzwareAchPayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewzwareAchPayment) Descriptor deprecated added in v1.7.32

func (*ExecuteNewzwareAchPayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewzwareAchPayment.ProtoReflect.Descriptor instead.

func (*ExecuteNewzwareAchPayment) ProtoMessage added in v1.7.32

func (*ExecuteNewzwareAchPayment) ProtoMessage()

func (*ExecuteNewzwareAchPayment) ProtoReflect added in v1.7.32

func (*ExecuteNewzwareAchPayment) Reset added in v1.7.32

func (x *ExecuteNewzwareAchPayment) Reset()

func (*ExecuteNewzwareAchPayment) String added in v1.7.32

func (x *ExecuteNewzwareAchPayment) String() string

type ExecuteNewzwareCcPayment added in v1.7.32

type ExecuteNewzwareCcPayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewzwareCcPayment) Descriptor deprecated added in v1.7.32

func (*ExecuteNewzwareCcPayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewzwareCcPayment.ProtoReflect.Descriptor instead.

func (*ExecuteNewzwareCcPayment) ProtoMessage added in v1.7.32

func (*ExecuteNewzwareCcPayment) ProtoMessage()

func (*ExecuteNewzwareCcPayment) ProtoReflect added in v1.7.32

func (x *ExecuteNewzwareCcPayment) ProtoReflect() protoreflect.Message

func (*ExecuteNewzwareCcPayment) Reset added in v1.7.32

func (x *ExecuteNewzwareCcPayment) Reset()

func (*ExecuteNewzwareCcPayment) String added in v1.7.32

func (x *ExecuteNewzwareCcPayment) String() string

type ExecuteNewzwareComplaintHistory added in v1.7.34

type ExecuteNewzwareComplaintHistory struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewzwareComplaintHistory) Descriptor deprecated added in v1.7.34

func (*ExecuteNewzwareComplaintHistory) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewzwareComplaintHistory.ProtoReflect.Descriptor instead.

func (*ExecuteNewzwareComplaintHistory) ProtoMessage added in v1.7.34

func (*ExecuteNewzwareComplaintHistory) ProtoMessage()

func (*ExecuteNewzwareComplaintHistory) ProtoReflect added in v1.7.34

func (*ExecuteNewzwareComplaintHistory) Reset added in v1.7.34

func (*ExecuteNewzwareComplaintHistory) String added in v1.7.34

type ExecuteNewzwareComplaintUpdate added in v1.7.34

type ExecuteNewzwareComplaintUpdate struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewzwareComplaintUpdate) Descriptor deprecated added in v1.7.34

func (*ExecuteNewzwareComplaintUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewzwareComplaintUpdate.ProtoReflect.Descriptor instead.

func (*ExecuteNewzwareComplaintUpdate) ProtoMessage added in v1.7.34

func (*ExecuteNewzwareComplaintUpdate) ProtoMessage()

func (*ExecuteNewzwareComplaintUpdate) ProtoReflect added in v1.7.34

func (*ExecuteNewzwareComplaintUpdate) Reset added in v1.7.34

func (x *ExecuteNewzwareComplaintUpdate) Reset()

func (*ExecuteNewzwareComplaintUpdate) String added in v1.7.34

type ExecuteNewzwarePhoneLookup added in v1.7.32

type ExecuteNewzwarePhoneLookup struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewzwarePhoneLookup) Descriptor deprecated added in v1.7.32

func (*ExecuteNewzwarePhoneLookup) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewzwarePhoneLookup.ProtoReflect.Descriptor instead.

func (*ExecuteNewzwarePhoneLookup) ProtoMessage added in v1.7.32

func (*ExecuteNewzwarePhoneLookup) ProtoMessage()

func (*ExecuteNewzwarePhoneLookup) ProtoReflect added in v1.7.32

func (*ExecuteNewzwarePhoneLookup) Reset added in v1.7.32

func (x *ExecuteNewzwarePhoneLookup) Reset()

func (*ExecuteNewzwarePhoneLookup) String added in v1.7.32

func (x *ExecuteNewzwarePhoneLookup) String() string

type ExecuteNewzwarePhoneLookupMulti added in v1.7.34

type ExecuteNewzwarePhoneLookupMulti struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewzwarePhoneLookupMulti) Descriptor deprecated added in v1.7.34

func (*ExecuteNewzwarePhoneLookupMulti) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewzwarePhoneLookupMulti.ProtoReflect.Descriptor instead.

func (*ExecuteNewzwarePhoneLookupMulti) ProtoMessage added in v1.7.34

func (*ExecuteNewzwarePhoneLookupMulti) ProtoMessage()

func (*ExecuteNewzwarePhoneLookupMulti) ProtoReflect added in v1.7.34

func (*ExecuteNewzwarePhoneLookupMulti) Reset added in v1.7.34

func (*ExecuteNewzwarePhoneLookupMulti) String added in v1.7.34

type ExecuteNewzwareVacationRestart added in v1.7.34

type ExecuteNewzwareVacationRestart struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewzwareVacationRestart) Descriptor deprecated added in v1.7.34

func (*ExecuteNewzwareVacationRestart) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewzwareVacationRestart.ProtoReflect.Descriptor instead.

func (*ExecuteNewzwareVacationRestart) ProtoMessage added in v1.7.34

func (*ExecuteNewzwareVacationRestart) ProtoMessage()

func (*ExecuteNewzwareVacationRestart) ProtoReflect added in v1.7.34

func (*ExecuteNewzwareVacationRestart) Reset added in v1.7.34

func (x *ExecuteNewzwareVacationRestart) Reset()

func (*ExecuteNewzwareVacationRestart) String added in v1.7.34

type ExecuteNewzwareVacationUpdate added in v1.7.34

type ExecuteNewzwareVacationUpdate struct {
	// contains filtered or unexported fields
}

func (*ExecuteNewzwareVacationUpdate) Descriptor deprecated added in v1.7.34

func (*ExecuteNewzwareVacationUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNewzwareVacationUpdate.ProtoReflect.Descriptor instead.

func (*ExecuteNewzwareVacationUpdate) ProtoMessage added in v1.7.34

func (*ExecuteNewzwareVacationUpdate) ProtoMessage()

func (*ExecuteNewzwareVacationUpdate) ProtoReflect added in v1.7.34

func (*ExecuteNewzwareVacationUpdate) Reset added in v1.7.34

func (x *ExecuteNewzwareVacationUpdate) Reset()

func (*ExecuteNewzwareVacationUpdate) String added in v1.7.34

type ExecuteNtvbAuthtest

type ExecuteNtvbAuthtest struct {
	// contains filtered or unexported fields
}

func (*ExecuteNtvbAuthtest) Descriptor deprecated

func (*ExecuteNtvbAuthtest) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNtvbAuthtest.ProtoReflect.Descriptor instead.

func (*ExecuteNtvbAuthtest) ProtoMessage

func (*ExecuteNtvbAuthtest) ProtoMessage()

func (*ExecuteNtvbAuthtest) ProtoReflect

func (x *ExecuteNtvbAuthtest) ProtoReflect() protoreflect.Message

func (*ExecuteNtvbAuthtest) Reset

func (x *ExecuteNtvbAuthtest) Reset()

func (*ExecuteNtvbAuthtest) String

func (x *ExecuteNtvbAuthtest) String() string

type ExecuteNtvbCreditMissedDelivery

type ExecuteNtvbCreditMissedDelivery struct {
	// contains filtered or unexported fields
}

func (*ExecuteNtvbCreditMissedDelivery) Descriptor deprecated

func (*ExecuteNtvbCreditMissedDelivery) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNtvbCreditMissedDelivery.ProtoReflect.Descriptor instead.

func (*ExecuteNtvbCreditMissedDelivery) ProtoMessage

func (*ExecuteNtvbCreditMissedDelivery) ProtoMessage()

func (*ExecuteNtvbCreditMissedDelivery) ProtoReflect

func (*ExecuteNtvbCreditMissedDelivery) Reset

func (*ExecuteNtvbCreditMissedDelivery) String

type ExecuteNtvbCustomerSearch

type ExecuteNtvbCustomerSearch struct {
	// contains filtered or unexported fields
}

func (*ExecuteNtvbCustomerSearch) Descriptor deprecated

func (*ExecuteNtvbCustomerSearch) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNtvbCustomerSearch.ProtoReflect.Descriptor instead.

func (*ExecuteNtvbCustomerSearch) ProtoMessage

func (*ExecuteNtvbCustomerSearch) ProtoMessage()

func (*ExecuteNtvbCustomerSearch) ProtoReflect

func (*ExecuteNtvbCustomerSearch) Reset

func (x *ExecuteNtvbCustomerSearch) Reset()

func (*ExecuteNtvbCustomerSearch) String

func (x *ExecuteNtvbCustomerSearch) String() string

type ExecuteNtvbEndCall

type ExecuteNtvbEndCall struct {
	// contains filtered or unexported fields
}

func (*ExecuteNtvbEndCall) Descriptor deprecated

func (*ExecuteNtvbEndCall) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNtvbEndCall.ProtoReflect.Descriptor instead.

func (*ExecuteNtvbEndCall) ProtoMessage

func (*ExecuteNtvbEndCall) ProtoMessage()

func (*ExecuteNtvbEndCall) ProtoReflect

func (x *ExecuteNtvbEndCall) ProtoReflect() protoreflect.Message

func (*ExecuteNtvbEndCall) Reset

func (x *ExecuteNtvbEndCall) Reset()

func (*ExecuteNtvbEndCall) String

func (x *ExecuteNtvbEndCall) String() string

type ExecuteNtvbIntegrationDefinition

type ExecuteNtvbIntegrationDefinition struct {
	// contains filtered or unexported fields
}

func (*ExecuteNtvbIntegrationDefinition) Descriptor deprecated

func (*ExecuteNtvbIntegrationDefinition) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNtvbIntegrationDefinition.ProtoReflect.Descriptor instead.

func (*ExecuteNtvbIntegrationDefinition) ProtoMessage

func (*ExecuteNtvbIntegrationDefinition) ProtoMessage()

func (*ExecuteNtvbIntegrationDefinition) ProtoReflect

func (*ExecuteNtvbIntegrationDefinition) Reset

func (*ExecuteNtvbIntegrationDefinition) String

type ExecuteNtvbMissedDelivery

type ExecuteNtvbMissedDelivery struct {
	// contains filtered or unexported fields
}

func (*ExecuteNtvbMissedDelivery) Descriptor deprecated

func (*ExecuteNtvbMissedDelivery) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNtvbMissedDelivery.ProtoReflect.Descriptor instead.

func (*ExecuteNtvbMissedDelivery) ProtoMessage

func (*ExecuteNtvbMissedDelivery) ProtoMessage()

func (*ExecuteNtvbMissedDelivery) ProtoReflect

func (*ExecuteNtvbMissedDelivery) Reset

func (x *ExecuteNtvbMissedDelivery) Reset()

func (*ExecuteNtvbMissedDelivery) String

func (x *ExecuteNtvbMissedDelivery) String() string

type ExecuteNtvbRemoveAutorenewal

type ExecuteNtvbRemoveAutorenewal struct {
	// contains filtered or unexported fields
}

func (*ExecuteNtvbRemoveAutorenewal) Descriptor deprecated

func (*ExecuteNtvbRemoveAutorenewal) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNtvbRemoveAutorenewal.ProtoReflect.Descriptor instead.

func (*ExecuteNtvbRemoveAutorenewal) ProtoMessage

func (*ExecuteNtvbRemoveAutorenewal) ProtoMessage()

func (*ExecuteNtvbRemoveAutorenewal) ProtoReflect

func (*ExecuteNtvbRemoveAutorenewal) Reset

func (x *ExecuteNtvbRemoveAutorenewal) Reset()

func (*ExecuteNtvbRemoveAutorenewal) String

type ExecuteNtvbRenewSubscription

type ExecuteNtvbRenewSubscription struct {
	// contains filtered or unexported fields
}

func (*ExecuteNtvbRenewSubscription) Descriptor deprecated

func (*ExecuteNtvbRenewSubscription) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNtvbRenewSubscription.ProtoReflect.Descriptor instead.

func (*ExecuteNtvbRenewSubscription) ProtoMessage

func (*ExecuteNtvbRenewSubscription) ProtoMessage()

func (*ExecuteNtvbRenewSubscription) ProtoReflect

func (*ExecuteNtvbRenewSubscription) Reset

func (x *ExecuteNtvbRenewSubscription) Reset()

func (*ExecuteNtvbRenewSubscription) String

type ExecuteNtvbRenewalOffers

type ExecuteNtvbRenewalOffers struct {
	// contains filtered or unexported fields
}

func (*ExecuteNtvbRenewalOffers) Descriptor deprecated

func (*ExecuteNtvbRenewalOffers) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNtvbRenewalOffers.ProtoReflect.Descriptor instead.

func (*ExecuteNtvbRenewalOffers) ProtoMessage

func (*ExecuteNtvbRenewalOffers) ProtoMessage()

func (*ExecuteNtvbRenewalOffers) ProtoReflect

func (x *ExecuteNtvbRenewalOffers) ProtoReflect() protoreflect.Message

func (*ExecuteNtvbRenewalOffers) Reset

func (x *ExecuteNtvbRenewalOffers) Reset()

func (*ExecuteNtvbRenewalOffers) String

func (x *ExecuteNtvbRenewalOffers) String() string

type ExecuteNtvbSetAutorenewal

type ExecuteNtvbSetAutorenewal struct {
	// contains filtered or unexported fields
}

func (*ExecuteNtvbSetAutorenewal) Descriptor deprecated

func (*ExecuteNtvbSetAutorenewal) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNtvbSetAutorenewal.ProtoReflect.Descriptor instead.

func (*ExecuteNtvbSetAutorenewal) ProtoMessage

func (*ExecuteNtvbSetAutorenewal) ProtoMessage()

func (*ExecuteNtvbSetAutorenewal) ProtoReflect

func (*ExecuteNtvbSetAutorenewal) Reset

func (x *ExecuteNtvbSetAutorenewal) Reset()

func (*ExecuteNtvbSetAutorenewal) String

func (x *ExecuteNtvbSetAutorenewal) String() string

type ExecuteNtvbStartIncomingCall

type ExecuteNtvbStartIncomingCall struct {
	// contains filtered or unexported fields
}

func (*ExecuteNtvbStartIncomingCall) Descriptor deprecated

func (*ExecuteNtvbStartIncomingCall) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNtvbStartIncomingCall.ProtoReflect.Descriptor instead.

func (*ExecuteNtvbStartIncomingCall) ProtoMessage

func (*ExecuteNtvbStartIncomingCall) ProtoMessage()

func (*ExecuteNtvbStartIncomingCall) ProtoReflect

func (*ExecuteNtvbStartIncomingCall) Reset

func (x *ExecuteNtvbStartIncomingCall) Reset()

func (*ExecuteNtvbStartIncomingCall) String

type ExecuteNtvbStartOutgoingCall

type ExecuteNtvbStartOutgoingCall struct {
	// contains filtered or unexported fields
}

func (*ExecuteNtvbStartOutgoingCall) Descriptor deprecated

func (*ExecuteNtvbStartOutgoingCall) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNtvbStartOutgoingCall.ProtoReflect.Descriptor instead.

func (*ExecuteNtvbStartOutgoingCall) ProtoMessage

func (*ExecuteNtvbStartOutgoingCall) ProtoMessage()

func (*ExecuteNtvbStartOutgoingCall) ProtoReflect

func (*ExecuteNtvbStartOutgoingCall) Reset

func (x *ExecuteNtvbStartOutgoingCall) Reset()

func (*ExecuteNtvbStartOutgoingCall) String

type ExecuteNtvbSubscriptionInfo

type ExecuteNtvbSubscriptionInfo struct {
	// contains filtered or unexported fields
}

func (*ExecuteNtvbSubscriptionInfo) Descriptor deprecated

func (*ExecuteNtvbSubscriptionInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNtvbSubscriptionInfo.ProtoReflect.Descriptor instead.

func (*ExecuteNtvbSubscriptionInfo) ProtoMessage

func (*ExecuteNtvbSubscriptionInfo) ProtoMessage()

func (*ExecuteNtvbSubscriptionInfo) ProtoReflect

func (*ExecuteNtvbSubscriptionInfo) Reset

func (x *ExecuteNtvbSubscriptionInfo) Reset()

func (*ExecuteNtvbSubscriptionInfo) String

func (x *ExecuteNtvbSubscriptionInfo) String() string

type ExecuteNtvbVacationStop

type ExecuteNtvbVacationStop struct {
	// contains filtered or unexported fields
}

func (*ExecuteNtvbVacationStop) Descriptor deprecated

func (*ExecuteNtvbVacationStop) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteNtvbVacationStop.ProtoReflect.Descriptor instead.

func (*ExecuteNtvbVacationStop) ProtoMessage

func (*ExecuteNtvbVacationStop) ProtoMessage()

func (*ExecuteNtvbVacationStop) ProtoReflect

func (x *ExecuteNtvbVacationStop) ProtoReflect() protoreflect.Message

func (*ExecuteNtvbVacationStop) Reset

func (x *ExecuteNtvbVacationStop) Reset()

func (*ExecuteNtvbVacationStop) String

func (x *ExecuteNtvbVacationStop) String() string

type ExecuteOpayoCcPayments

type ExecuteOpayoCcPayments struct {
	// contains filtered or unexported fields
}

func (*ExecuteOpayoCcPayments) Descriptor deprecated

func (*ExecuteOpayoCcPayments) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteOpayoCcPayments.ProtoReflect.Descriptor instead.

func (*ExecuteOpayoCcPayments) ProtoMessage

func (*ExecuteOpayoCcPayments) ProtoMessage()

func (*ExecuteOpayoCcPayments) ProtoReflect

func (x *ExecuteOpayoCcPayments) ProtoReflect() protoreflect.Message

func (*ExecuteOpayoCcPayments) Reset

func (x *ExecuteOpayoCcPayments) Reset()

func (*ExecuteOpayoCcPayments) String

func (x *ExecuteOpayoCcPayments) String() string

type ExecuteOsgconnectAchPayments

type ExecuteOsgconnectAchPayments struct {
	// contains filtered or unexported fields
}

func (*ExecuteOsgconnectAchPayments) Descriptor deprecated

func (*ExecuteOsgconnectAchPayments) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteOsgconnectAchPayments.ProtoReflect.Descriptor instead.

func (*ExecuteOsgconnectAchPayments) ProtoMessage

func (*ExecuteOsgconnectAchPayments) ProtoMessage()

func (*ExecuteOsgconnectAchPayments) ProtoReflect

func (*ExecuteOsgconnectAchPayments) Reset

func (x *ExecuteOsgconnectAchPayments) Reset()

func (*ExecuteOsgconnectAchPayments) String

type ExecuteOsgconnectCcPayments

type ExecuteOsgconnectCcPayments struct {
	// contains filtered or unexported fields
}

func (*ExecuteOsgconnectCcPayments) Descriptor deprecated

func (*ExecuteOsgconnectCcPayments) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteOsgconnectCcPayments.ProtoReflect.Descriptor instead.

func (*ExecuteOsgconnectCcPayments) ProtoMessage

func (*ExecuteOsgconnectCcPayments) ProtoMessage()

func (*ExecuteOsgconnectCcPayments) ProtoReflect

func (*ExecuteOsgconnectCcPayments) Reset

func (x *ExecuteOsgconnectCcPayments) Reset()

func (*ExecuteOsgconnectCcPayments) String

func (x *ExecuteOsgconnectCcPayments) String() string

type ExecuteOsgconnectValidateAccountNo

type ExecuteOsgconnectValidateAccountNo struct {
	// contains filtered or unexported fields
}

func (*ExecuteOsgconnectValidateAccountNo) Descriptor deprecated

func (*ExecuteOsgconnectValidateAccountNo) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteOsgconnectValidateAccountNo.ProtoReflect.Descriptor instead.

func (*ExecuteOsgconnectValidateAccountNo) ProtoMessage

func (*ExecuteOsgconnectValidateAccountNo) ProtoMessage()

func (*ExecuteOsgconnectValidateAccountNo) ProtoReflect

func (*ExecuteOsgconnectValidateAccountNo) Reset

func (*ExecuteOsgconnectValidateAccountNo) String

type ExecutePayScoutCreditCardSale

type ExecutePayScoutCreditCardSale struct {
	// contains filtered or unexported fields
}

func (*ExecutePayScoutCreditCardSale) Descriptor deprecated

func (*ExecutePayScoutCreditCardSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePayScoutCreditCardSale.ProtoReflect.Descriptor instead.

func (*ExecutePayScoutCreditCardSale) ProtoMessage

func (*ExecutePayScoutCreditCardSale) ProtoMessage()

func (*ExecutePayScoutCreditCardSale) ProtoReflect

func (*ExecutePayScoutCreditCardSale) Reset

func (x *ExecutePayScoutCreditCardSale) Reset()

func (*ExecutePayScoutCreditCardSale) String

type ExecutePayScoutEcheckSale

type ExecutePayScoutEcheckSale struct {
	// contains filtered or unexported fields
}

func (*ExecutePayScoutEcheckSale) Descriptor deprecated

func (*ExecutePayScoutEcheckSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePayScoutEcheckSale.ProtoReflect.Descriptor instead.

func (*ExecutePayScoutEcheckSale) ProtoMessage

func (*ExecutePayScoutEcheckSale) ProtoMessage()

func (*ExecutePayScoutEcheckSale) ProtoReflect

func (*ExecutePayScoutEcheckSale) Reset

func (x *ExecutePayScoutEcheckSale) Reset()

func (*ExecutePayScoutEcheckSale) String

func (x *ExecutePayScoutEcheckSale) String() string

type ExecutePaymentVisionSubmitCardSaleRequestByAch

type ExecutePaymentVisionSubmitCardSaleRequestByAch struct {
	// contains filtered or unexported fields
}

func (*ExecutePaymentVisionSubmitCardSaleRequestByAch) Descriptor deprecated

Deprecated: Use ExecutePaymentVisionSubmitCardSaleRequestByAch.ProtoReflect.Descriptor instead.

func (*ExecutePaymentVisionSubmitCardSaleRequestByAch) ProtoMessage

func (*ExecutePaymentVisionSubmitCardSaleRequestByAch) ProtoReflect

func (*ExecutePaymentVisionSubmitCardSaleRequestByAch) Reset

func (*ExecutePaymentVisionSubmitCardSaleRequestByAch) String

type ExecutePaymentVisionSubmitCardSaleRequestByCc

type ExecutePaymentVisionSubmitCardSaleRequestByCc struct {
	// contains filtered or unexported fields
}

func (*ExecutePaymentVisionSubmitCardSaleRequestByCc) Descriptor deprecated

Deprecated: Use ExecutePaymentVisionSubmitCardSaleRequestByCc.ProtoReflect.Descriptor instead.

func (*ExecutePaymentVisionSubmitCardSaleRequestByCc) ProtoMessage

func (*ExecutePaymentVisionSubmitCardSaleRequestByCc) ProtoReflect

func (*ExecutePaymentVisionSubmitCardSaleRequestByCc) Reset

func (*ExecutePaymentVisionSubmitCardSaleRequestByCc) String

type ExecutePaynsecondsTokenizeCard added in v1.7.39

type ExecutePaynsecondsTokenizeCard struct {
	// contains filtered or unexported fields
}

func (*ExecutePaynsecondsTokenizeCard) Descriptor deprecated added in v1.7.39

func (*ExecutePaynsecondsTokenizeCard) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePaynsecondsTokenizeCard.ProtoReflect.Descriptor instead.

func (*ExecutePaynsecondsTokenizeCard) ProtoMessage added in v1.7.39

func (*ExecutePaynsecondsTokenizeCard) ProtoMessage()

func (*ExecutePaynsecondsTokenizeCard) ProtoReflect added in v1.7.39

func (*ExecutePaynsecondsTokenizeCard) Reset added in v1.7.39

func (x *ExecutePaynsecondsTokenizeCard) Reset()

func (*ExecutePaynsecondsTokenizeCard) String added in v1.7.39

type ExecutePaywayCreateTokenRequest

type ExecutePaywayCreateTokenRequest struct {
	// contains filtered or unexported fields
}

func (*ExecutePaywayCreateTokenRequest) Descriptor deprecated

func (*ExecutePaywayCreateTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePaywayCreateTokenRequest.ProtoReflect.Descriptor instead.

func (*ExecutePaywayCreateTokenRequest) ProtoMessage

func (*ExecutePaywayCreateTokenRequest) ProtoMessage()

func (*ExecutePaywayCreateTokenRequest) ProtoReflect

func (*ExecutePaywayCreateTokenRequest) Reset

func (*ExecutePaywayCreateTokenRequest) String

type ExecutePaywaySubmitACHSaleRequest

type ExecutePaywaySubmitACHSaleRequest struct {
	// contains filtered or unexported fields
}

func (*ExecutePaywaySubmitACHSaleRequest) Descriptor deprecated

func (*ExecutePaywaySubmitACHSaleRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePaywaySubmitACHSaleRequest.ProtoReflect.Descriptor instead.

func (*ExecutePaywaySubmitACHSaleRequest) ProtoMessage

func (*ExecutePaywaySubmitACHSaleRequest) ProtoMessage()

func (*ExecutePaywaySubmitACHSaleRequest) ProtoReflect

func (*ExecutePaywaySubmitACHSaleRequest) Reset

func (*ExecutePaywaySubmitACHSaleRequest) String

type ExecutePaywaySubmitCardSaleRequest

type ExecutePaywaySubmitCardSaleRequest struct {
	// contains filtered or unexported fields
}

func (*ExecutePaywaySubmitCardSaleRequest) Descriptor deprecated

func (*ExecutePaywaySubmitCardSaleRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePaywaySubmitCardSaleRequest.ProtoReflect.Descriptor instead.

func (*ExecutePaywaySubmitCardSaleRequest) ProtoMessage

func (*ExecutePaywaySubmitCardSaleRequest) ProtoMessage()

func (*ExecutePaywaySubmitCardSaleRequest) ProtoReflect

func (*ExecutePaywaySubmitCardSaleRequest) Reset

func (*ExecutePaywaySubmitCardSaleRequest) String

type ExecutePianoGetPayment added in v1.7.35

type ExecutePianoGetPayment struct {
	// contains filtered or unexported fields
}

func (*ExecutePianoGetPayment) Descriptor deprecated added in v1.7.35

func (*ExecutePianoGetPayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePianoGetPayment.ProtoReflect.Descriptor instead.

func (*ExecutePianoGetPayment) ProtoMessage added in v1.7.35

func (*ExecutePianoGetPayment) ProtoMessage()

func (*ExecutePianoGetPayment) ProtoReflect added in v1.7.35

func (x *ExecutePianoGetPayment) ProtoReflect() protoreflect.Message

func (*ExecutePianoGetPayment) Reset added in v1.7.35

func (x *ExecutePianoGetPayment) Reset()

func (*ExecutePianoGetPayment) String added in v1.7.35

func (x *ExecutePianoGetPayment) String() string

type ExecutePianoGetUser added in v1.7.21

type ExecutePianoGetUser struct {
	// contains filtered or unexported fields
}

func (*ExecutePianoGetUser) Descriptor deprecated added in v1.7.21

func (*ExecutePianoGetUser) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePianoGetUser.ProtoReflect.Descriptor instead.

func (*ExecutePianoGetUser) ProtoMessage added in v1.7.21

func (*ExecutePianoGetUser) ProtoMessage()

func (*ExecutePianoGetUser) ProtoReflect added in v1.7.21

func (x *ExecutePianoGetUser) ProtoReflect() protoreflect.Message

func (*ExecutePianoGetUser) Reset added in v1.7.21

func (x *ExecutePianoGetUser) Reset()

func (*ExecutePianoGetUser) String added in v1.7.21

func (x *ExecutePianoGetUser) String() string

type ExecutePianoLastAccessConversion added in v1.7.39

type ExecutePianoLastAccessConversion struct {
	// contains filtered or unexported fields
}

func (*ExecutePianoLastAccessConversion) Descriptor deprecated added in v1.7.39

func (*ExecutePianoLastAccessConversion) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePianoLastAccessConversion.ProtoReflect.Descriptor instead.

func (*ExecutePianoLastAccessConversion) ProtoMessage added in v1.7.39

func (*ExecutePianoLastAccessConversion) ProtoMessage()

func (*ExecutePianoLastAccessConversion) ProtoReflect added in v1.7.39

func (*ExecutePianoLastAccessConversion) Reset added in v1.7.39

func (*ExecutePianoLastAccessConversion) String added in v1.7.39

type ExecutePianoListSubscription added in v1.7.39

type ExecutePianoListSubscription struct {
	// contains filtered or unexported fields
}

func (*ExecutePianoListSubscription) Descriptor deprecated added in v1.7.39

func (*ExecutePianoListSubscription) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePianoListSubscription.ProtoReflect.Descriptor instead.

func (*ExecutePianoListSubscription) ProtoMessage added in v1.7.39

func (*ExecutePianoListSubscription) ProtoMessage()

func (*ExecutePianoListSubscription) ProtoReflect added in v1.7.39

func (*ExecutePianoListSubscription) Reset added in v1.7.39

func (x *ExecutePianoListSubscription) Reset()

func (*ExecutePianoListSubscription) String added in v1.7.39

type ExecutePianoUpdateSubscription added in v1.7.35

type ExecutePianoUpdateSubscription struct {
	// contains filtered or unexported fields
}

func (*ExecutePianoUpdateSubscription) Descriptor deprecated added in v1.7.35

func (*ExecutePianoUpdateSubscription) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePianoUpdateSubscription.ProtoReflect.Descriptor instead.

func (*ExecutePianoUpdateSubscription) ProtoMessage added in v1.7.35

func (*ExecutePianoUpdateSubscription) ProtoMessage()

func (*ExecutePianoUpdateSubscription) ProtoReflect added in v1.7.35

func (*ExecutePianoUpdateSubscription) Reset added in v1.7.35

func (x *ExecutePianoUpdateSubscription) Reset()

func (*ExecutePianoUpdateSubscription) String added in v1.7.35

type ExecutePianoUpdateUser added in v1.7.21

type ExecutePianoUpdateUser struct {
	// contains filtered or unexported fields
}

func (*ExecutePianoUpdateUser) Descriptor deprecated added in v1.7.21

func (*ExecutePianoUpdateUser) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePianoUpdateUser.ProtoReflect.Descriptor instead.

func (*ExecutePianoUpdateUser) ProtoMessage added in v1.7.21

func (*ExecutePianoUpdateUser) ProtoMessage()

func (*ExecutePianoUpdateUser) ProtoReflect added in v1.7.21

func (x *ExecutePianoUpdateUser) ProtoReflect() protoreflect.Message

func (*ExecutePianoUpdateUser) Reset added in v1.7.21

func (x *ExecutePianoUpdateUser) Reset()

func (*ExecutePianoUpdateUser) String added in v1.7.21

func (x *ExecutePianoUpdateUser) String() string

type ExecutePoscorpAccesstoken added in v1.7.15

type ExecutePoscorpAccesstoken struct {
	// contains filtered or unexported fields
}

func (*ExecutePoscorpAccesstoken) Descriptor deprecated added in v1.7.15

func (*ExecutePoscorpAccesstoken) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePoscorpAccesstoken.ProtoReflect.Descriptor instead.

func (*ExecutePoscorpAccesstoken) ProtoMessage added in v1.7.15

func (*ExecutePoscorpAccesstoken) ProtoMessage()

func (*ExecutePoscorpAccesstoken) ProtoReflect added in v1.7.15

func (*ExecutePoscorpAccesstoken) Reset added in v1.7.15

func (x *ExecutePoscorpAccesstoken) Reset()

func (*ExecutePoscorpAccesstoken) String added in v1.7.15

func (x *ExecutePoscorpAccesstoken) String() string

type ExecutePoscorpLookupGuarantor added in v1.7.15

type ExecutePoscorpLookupGuarantor struct {
	// contains filtered or unexported fields
}

func (*ExecutePoscorpLookupGuarantor) Descriptor deprecated added in v1.7.15

func (*ExecutePoscorpLookupGuarantor) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePoscorpLookupGuarantor.ProtoReflect.Descriptor instead.

func (*ExecutePoscorpLookupGuarantor) ProtoMessage added in v1.7.15

func (*ExecutePoscorpLookupGuarantor) ProtoMessage()

func (*ExecutePoscorpLookupGuarantor) ProtoReflect added in v1.7.15

func (*ExecutePoscorpLookupGuarantor) Reset added in v1.7.15

func (x *ExecutePoscorpLookupGuarantor) Reset()

func (*ExecutePoscorpLookupGuarantor) String added in v1.7.15

type ExecutePoscorpUpdatePaymentStatus added in v1.7.15

type ExecutePoscorpUpdatePaymentStatus struct {
	// contains filtered or unexported fields
}

func (*ExecutePoscorpUpdatePaymentStatus) Descriptor deprecated added in v1.7.15

func (*ExecutePoscorpUpdatePaymentStatus) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePoscorpUpdatePaymentStatus.ProtoReflect.Descriptor instead.

func (*ExecutePoscorpUpdatePaymentStatus) ProtoMessage added in v1.7.15

func (*ExecutePoscorpUpdatePaymentStatus) ProtoMessage()

func (*ExecutePoscorpUpdatePaymentStatus) ProtoReflect added in v1.7.15

func (*ExecutePoscorpUpdatePaymentStatus) Reset added in v1.7.15

func (*ExecutePoscorpUpdatePaymentStatus) String added in v1.7.15

type ExecutePriocommerceAchPayment added in v1.7.34

type ExecutePriocommerceAchPayment struct {
	// contains filtered or unexported fields
}

func (*ExecutePriocommerceAchPayment) Descriptor deprecated added in v1.7.34

func (*ExecutePriocommerceAchPayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePriocommerceAchPayment.ProtoReflect.Descriptor instead.

func (*ExecutePriocommerceAchPayment) ProtoMessage added in v1.7.34

func (*ExecutePriocommerceAchPayment) ProtoMessage()

func (*ExecutePriocommerceAchPayment) ProtoReflect added in v1.7.34

func (*ExecutePriocommerceAchPayment) Reset added in v1.7.34

func (x *ExecutePriocommerceAchPayment) Reset()

func (*ExecutePriocommerceAchPayment) String added in v1.7.34

type ExecutePriocommerceCcPayment added in v1.7.34

type ExecutePriocommerceCcPayment struct {
	// contains filtered or unexported fields
}

func (*ExecutePriocommerceCcPayment) Descriptor deprecated added in v1.7.34

func (*ExecutePriocommerceCcPayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePriocommerceCcPayment.ProtoReflect.Descriptor instead.

func (*ExecutePriocommerceCcPayment) ProtoMessage added in v1.7.34

func (*ExecutePriocommerceCcPayment) ProtoMessage()

func (*ExecutePriocommerceCcPayment) ProtoReflect added in v1.7.34

func (*ExecutePriocommerceCcPayment) Reset added in v1.7.34

func (x *ExecutePriocommerceCcPayment) Reset()

func (*ExecutePriocommerceCcPayment) String added in v1.7.34

type ExecuteRelatientCreateFortisAchtoken added in v1.7.15

type ExecuteRelatientCreateFortisAchtoken struct {
	// contains filtered or unexported fields
}

func (*ExecuteRelatientCreateFortisAchtoken) Descriptor deprecated added in v1.7.15

func (*ExecuteRelatientCreateFortisAchtoken) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteRelatientCreateFortisAchtoken.ProtoReflect.Descriptor instead.

func (*ExecuteRelatientCreateFortisAchtoken) ProtoMessage added in v1.7.15

func (*ExecuteRelatientCreateFortisAchtoken) ProtoMessage()

func (*ExecuteRelatientCreateFortisAchtoken) ProtoReflect added in v1.7.15

func (*ExecuteRelatientCreateFortisAchtoken) Reset added in v1.7.15

func (*ExecuteRelatientCreateFortisAchtoken) String added in v1.7.15

type ExecuteRelatientCreateFortisCctoken added in v1.7.15

type ExecuteRelatientCreateFortisCctoken struct {
	// contains filtered or unexported fields
}

func (*ExecuteRelatientCreateFortisCctoken) Descriptor deprecated added in v1.7.15

func (*ExecuteRelatientCreateFortisCctoken) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteRelatientCreateFortisCctoken.ProtoReflect.Descriptor instead.

func (*ExecuteRelatientCreateFortisCctoken) ProtoMessage added in v1.7.15

func (*ExecuteRelatientCreateFortisCctoken) ProtoMessage()

func (*ExecuteRelatientCreateFortisCctoken) ProtoReflect added in v1.7.15

func (*ExecuteRelatientCreateFortisCctoken) Reset added in v1.7.15

func (*ExecuteRelatientCreateFortisCctoken) String added in v1.7.15

type ExecuteRelatientFortisTokenAchDebitPayment added in v1.7.15

type ExecuteRelatientFortisTokenAchDebitPayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteRelatientFortisTokenAchDebitPayment) Descriptor deprecated added in v1.7.15

Deprecated: Use ExecuteRelatientFortisTokenAchDebitPayment.ProtoReflect.Descriptor instead.

func (*ExecuteRelatientFortisTokenAchDebitPayment) ProtoMessage added in v1.7.15

func (*ExecuteRelatientFortisTokenAchDebitPayment) ProtoReflect added in v1.7.15

func (*ExecuteRelatientFortisTokenAchDebitPayment) Reset added in v1.7.15

func (*ExecuteRelatientFortisTokenAchDebitPayment) String added in v1.7.15

type ExecuteRelatientFortisTokenCcPayment added in v1.7.15

type ExecuteRelatientFortisTokenCcPayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteRelatientFortisTokenCcPayment) Descriptor deprecated added in v1.7.15

func (*ExecuteRelatientFortisTokenCcPayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteRelatientFortisTokenCcPayment.ProtoReflect.Descriptor instead.

func (*ExecuteRelatientFortisTokenCcPayment) ProtoMessage added in v1.7.15

func (*ExecuteRelatientFortisTokenCcPayment) ProtoMessage()

func (*ExecuteRelatientFortisTokenCcPayment) ProtoReflect added in v1.7.15

func (*ExecuteRelatientFortisTokenCcPayment) Reset added in v1.7.15

func (*ExecuteRelatientFortisTokenCcPayment) String added in v1.7.15

type ExecuteRelatientGetPatient

type ExecuteRelatientGetPatient struct {
	// contains filtered or unexported fields
}

func (*ExecuteRelatientGetPatient) Descriptor deprecated

func (*ExecuteRelatientGetPatient) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteRelatientGetPatient.ProtoReflect.Descriptor instead.

func (*ExecuteRelatientGetPatient) ProtoMessage

func (*ExecuteRelatientGetPatient) ProtoMessage()

func (*ExecuteRelatientGetPatient) ProtoReflect

func (*ExecuteRelatientGetPatient) Reset

func (x *ExecuteRelatientGetPatient) Reset()

func (*ExecuteRelatientGetPatient) String

func (x *ExecuteRelatientGetPatient) String() string

type ExecuteRelatientGetPatientBalance

type ExecuteRelatientGetPatientBalance struct {
	// contains filtered or unexported fields
}

func (*ExecuteRelatientGetPatientBalance) Descriptor deprecated

func (*ExecuteRelatientGetPatientBalance) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteRelatientGetPatientBalance.ProtoReflect.Descriptor instead.

func (*ExecuteRelatientGetPatientBalance) ProtoMessage

func (*ExecuteRelatientGetPatientBalance) ProtoMessage()

func (*ExecuteRelatientGetPatientBalance) ProtoReflect

func (*ExecuteRelatientGetPatientBalance) Reset

func (*ExecuteRelatientGetPatientBalance) String

type ExecuteRelatientGetPatientCcTokens

type ExecuteRelatientGetPatientCcTokens struct {
	// contains filtered or unexported fields
}

func (*ExecuteRelatientGetPatientCcTokens) Descriptor deprecated

func (*ExecuteRelatientGetPatientCcTokens) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteRelatientGetPatientCcTokens.ProtoReflect.Descriptor instead.

func (*ExecuteRelatientGetPatientCcTokens) ProtoMessage

func (*ExecuteRelatientGetPatientCcTokens) ProtoMessage()

func (*ExecuteRelatientGetPatientCcTokens) ProtoReflect

func (*ExecuteRelatientGetPatientCcTokens) Reset

func (*ExecuteRelatientGetPatientCcTokens) String

type ExecuteRelatientPostBalanceById

type ExecuteRelatientPostBalanceById struct {
	// contains filtered or unexported fields
}

func (*ExecuteRelatientPostBalanceById) Descriptor deprecated

func (*ExecuteRelatientPostBalanceById) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteRelatientPostBalanceById.ProtoReflect.Descriptor instead.

func (*ExecuteRelatientPostBalanceById) ProtoMessage

func (*ExecuteRelatientPostBalanceById) ProtoMessage()

func (*ExecuteRelatientPostBalanceById) ProtoReflect

func (*ExecuteRelatientPostBalanceById) Reset

func (*ExecuteRelatientPostBalanceById) String

type ExecuteRelatientPostPatientBalance

type ExecuteRelatientPostPatientBalance struct {
	// contains filtered or unexported fields
}

func (*ExecuteRelatientPostPatientBalance) Descriptor deprecated

func (*ExecuteRelatientPostPatientBalance) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteRelatientPostPatientBalance.ProtoReflect.Descriptor instead.

func (*ExecuteRelatientPostPatientBalance) ProtoMessage

func (*ExecuteRelatientPostPatientBalance) ProtoMessage()

func (*ExecuteRelatientPostPatientBalance) ProtoReflect

func (*ExecuteRelatientPostPatientBalance) Reset

func (*ExecuteRelatientPostPatientBalance) String

type ExecuteRelatientPostPatientToken

type ExecuteRelatientPostPatientToken struct {
	// contains filtered or unexported fields
}

func (*ExecuteRelatientPostPatientToken) Descriptor deprecated

func (*ExecuteRelatientPostPatientToken) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteRelatientPostPatientToken.ProtoReflect.Descriptor instead.

func (*ExecuteRelatientPostPatientToken) ProtoMessage

func (*ExecuteRelatientPostPatientToken) ProtoMessage()

func (*ExecuteRelatientPostPatientToken) ProtoReflect

func (*ExecuteRelatientPostPatientToken) Reset

func (*ExecuteRelatientPostPatientToken) String

type ExecuteRepayAchPaymentToken

type ExecuteRepayAchPaymentToken struct {
	// contains filtered or unexported fields
}

func (*ExecuteRepayAchPaymentToken) Descriptor deprecated

func (*ExecuteRepayAchPaymentToken) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteRepayAchPaymentToken.ProtoReflect.Descriptor instead.

func (*ExecuteRepayAchPaymentToken) ProtoMessage

func (*ExecuteRepayAchPaymentToken) ProtoMessage()

func (*ExecuteRepayAchPaymentToken) ProtoReflect

func (*ExecuteRepayAchPaymentToken) Reset

func (x *ExecuteRepayAchPaymentToken) Reset()

func (*ExecuteRepayAchPaymentToken) String

func (x *ExecuteRepayAchPaymentToken) String() string

type ExecuteRepayPaymentToken

type ExecuteRepayPaymentToken struct {
	// contains filtered or unexported fields
}

func (*ExecuteRepayPaymentToken) Descriptor deprecated

func (*ExecuteRepayPaymentToken) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteRepayPaymentToken.ProtoReflect.Descriptor instead.

func (*ExecuteRepayPaymentToken) ProtoMessage

func (*ExecuteRepayPaymentToken) ProtoMessage()

func (*ExecuteRepayPaymentToken) ProtoReflect

func (x *ExecuteRepayPaymentToken) ProtoReflect() protoreflect.Message

func (*ExecuteRepayPaymentToken) Reset

func (x *ExecuteRepayPaymentToken) Reset()

func (*ExecuteRepayPaymentToken) String

func (x *ExecuteRepayPaymentToken) String() string

type ExecuteRepayStoreCard

type ExecuteRepayStoreCard struct {
	// contains filtered or unexported fields
}

func (*ExecuteRepayStoreCard) Descriptor deprecated

func (*ExecuteRepayStoreCard) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteRepayStoreCard.ProtoReflect.Descriptor instead.

func (*ExecuteRepayStoreCard) ProtoMessage

func (*ExecuteRepayStoreCard) ProtoMessage()

func (*ExecuteRepayStoreCard) ProtoReflect

func (x *ExecuteRepayStoreCard) ProtoReflect() protoreflect.Message

func (*ExecuteRepayStoreCard) Reset

func (x *ExecuteRepayStoreCard) Reset()

func (*ExecuteRepayStoreCard) String

func (x *ExecuteRepayStoreCard) String() string

type ExecuteSecuretradingSendPayment

type ExecuteSecuretradingSendPayment struct {
	// contains filtered or unexported fields
}

func (*ExecuteSecuretradingSendPayment) Descriptor deprecated

func (*ExecuteSecuretradingSendPayment) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSecuretradingSendPayment.ProtoReflect.Descriptor instead.

func (*ExecuteSecuretradingSendPayment) ProtoMessage

func (*ExecuteSecuretradingSendPayment) ProtoMessage()

func (*ExecuteSecuretradingSendPayment) ProtoReflect

func (*ExecuteSecuretradingSendPayment) Reset

func (*ExecuteSecuretradingSendPayment) String

type ExecuteShift4AccessToken added in v1.7.42

type ExecuteShift4AccessToken struct {
	// contains filtered or unexported fields
}

func (*ExecuteShift4AccessToken) Descriptor deprecated added in v1.7.42

func (*ExecuteShift4AccessToken) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteShift4AccessToken.ProtoReflect.Descriptor instead.

func (*ExecuteShift4AccessToken) ProtoMessage added in v1.7.42

func (*ExecuteShift4AccessToken) ProtoMessage()

func (*ExecuteShift4AccessToken) ProtoReflect added in v1.7.42

func (x *ExecuteShift4AccessToken) ProtoReflect() protoreflect.Message

func (*ExecuteShift4AccessToken) Reset added in v1.7.42

func (x *ExecuteShift4AccessToken) Reset()

func (*ExecuteShift4AccessToken) String added in v1.7.42

func (x *ExecuteShift4AccessToken) String() string

type ExecuteShift4CcPayments

type ExecuteShift4CcPayments struct {
	// contains filtered or unexported fields
}

func (*ExecuteShift4CcPayments) Descriptor deprecated

func (*ExecuteShift4CcPayments) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteShift4CcPayments.ProtoReflect.Descriptor instead.

func (*ExecuteShift4CcPayments) ProtoMessage

func (*ExecuteShift4CcPayments) ProtoMessage()

func (*ExecuteShift4CcPayments) ProtoReflect

func (x *ExecuteShift4CcPayments) ProtoReflect() protoreflect.Message

func (*ExecuteShift4CcPayments) Reset

func (x *ExecuteShift4CcPayments) Reset()

func (*ExecuteShift4CcPayments) String

func (x *ExecuteShift4CcPayments) String() string

type ExecuteSutherlandrevPaymentConnect added in v1.7.72

type ExecuteSutherlandrevPaymentConnect struct {
	// contains filtered or unexported fields
}

func (*ExecuteSutherlandrevPaymentConnect) Descriptor deprecated added in v1.7.72

func (*ExecuteSutherlandrevPaymentConnect) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSutherlandrevPaymentConnect.ProtoReflect.Descriptor instead.

func (*ExecuteSutherlandrevPaymentConnect) ProtoMessage added in v1.7.72

func (*ExecuteSutherlandrevPaymentConnect) ProtoMessage()

func (*ExecuteSutherlandrevPaymentConnect) ProtoReflect added in v1.7.72

func (*ExecuteSutherlandrevPaymentConnect) Reset added in v1.7.72

func (*ExecuteSutherlandrevPaymentConnect) String added in v1.7.72

type ExecuteSwervepayCreateCustomer added in v1.8.14

type ExecuteSwervepayCreateCustomer struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayCreateCustomer) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayCreateCustomer) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayCreateCustomer.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayCreateCustomer) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayCreateCustomer) ProtoMessage()

func (*ExecuteSwervepayCreateCustomer) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayCreateCustomer) Reset added in v1.8.14

func (x *ExecuteSwervepayCreateCustomer) Reset()

func (*ExecuteSwervepayCreateCustomer) String added in v1.8.14

type ExecuteSwervepayCreateTransactionAuth added in v1.8.14

type ExecuteSwervepayCreateTransactionAuth struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayCreateTransactionAuth) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayCreateTransactionAuth) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayCreateTransactionAuth.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayCreateTransactionAuth) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayCreateTransactionAuth) ProtoMessage()

func (*ExecuteSwervepayCreateTransactionAuth) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayCreateTransactionAuth) Reset added in v1.8.14

func (*ExecuteSwervepayCreateTransactionAuth) String added in v1.8.14

type ExecuteSwervepayCreateTransactionCapture added in v1.8.14

type ExecuteSwervepayCreateTransactionCapture struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayCreateTransactionCapture) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayCreateTransactionCapture) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayCreateTransactionCapture.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayCreateTransactionCapture) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayCreateTransactionCapture) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayCreateTransactionCapture) Reset added in v1.8.14

func (*ExecuteSwervepayCreateTransactionCapture) String added in v1.8.14

type ExecuteSwervepayCreateTransactionCredit added in v1.8.14

type ExecuteSwervepayCreateTransactionCredit struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayCreateTransactionCredit) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayCreateTransactionCredit) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayCreateTransactionCredit.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayCreateTransactionCredit) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayCreateTransactionCredit) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayCreateTransactionCredit) Reset added in v1.8.14

func (*ExecuteSwervepayCreateTransactionCredit) String added in v1.8.14

type ExecuteSwervepayCreateTransactionRefund added in v1.8.14

type ExecuteSwervepayCreateTransactionRefund struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayCreateTransactionRefund) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayCreateTransactionRefund) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayCreateTransactionRefund.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayCreateTransactionRefund) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayCreateTransactionRefund) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayCreateTransactionRefund) Reset added in v1.8.14

func (*ExecuteSwervepayCreateTransactionRefund) String added in v1.8.14

type ExecuteSwervepayCreateTransactionSale added in v1.8.14

type ExecuteSwervepayCreateTransactionSale struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayCreateTransactionSale) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayCreateTransactionSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayCreateTransactionSale.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayCreateTransactionSale) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayCreateTransactionSale) ProtoMessage()

func (*ExecuteSwervepayCreateTransactionSale) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayCreateTransactionSale) Reset added in v1.8.14

func (*ExecuteSwervepayCreateTransactionSale) String added in v1.8.14

type ExecuteSwervepayCreateTransactionValidate added in v1.8.14

type ExecuteSwervepayCreateTransactionValidate struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayCreateTransactionValidate) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayCreateTransactionValidate) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayCreateTransactionValidate.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayCreateTransactionValidate) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayCreateTransactionValidate) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayCreateTransactionValidate) Reset added in v1.8.14

func (*ExecuteSwervepayCreateTransactionValidate) String added in v1.8.14

type ExecuteSwervepayProcessNewTransactionAuth added in v1.8.14

type ExecuteSwervepayProcessNewTransactionAuth struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayProcessNewTransactionAuth) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionAuth) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayProcessNewTransactionAuth.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayProcessNewTransactionAuth) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionAuth) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionAuth) Reset added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionAuth) String added in v1.8.14

type ExecuteSwervepayProcessNewTransactionCapture added in v1.8.14

type ExecuteSwervepayProcessNewTransactionCapture struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayProcessNewTransactionCapture) Descriptor deprecated added in v1.8.14

Deprecated: Use ExecuteSwervepayProcessNewTransactionCapture.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayProcessNewTransactionCapture) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionCapture) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionCapture) Reset added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionCapture) String added in v1.8.14

type ExecuteSwervepayProcessNewTransactionCredit added in v1.8.14

type ExecuteSwervepayProcessNewTransactionCredit struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayProcessNewTransactionCredit) Descriptor deprecated added in v1.8.14

Deprecated: Use ExecuteSwervepayProcessNewTransactionCredit.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayProcessNewTransactionCredit) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionCredit) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionCredit) Reset added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionCredit) String added in v1.8.14

type ExecuteSwervepayProcessNewTransactionRefund added in v1.8.14

type ExecuteSwervepayProcessNewTransactionRefund struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayProcessNewTransactionRefund) Descriptor deprecated added in v1.8.14

Deprecated: Use ExecuteSwervepayProcessNewTransactionRefund.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayProcessNewTransactionRefund) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionRefund) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionRefund) Reset added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionRefund) String added in v1.8.14

type ExecuteSwervepayProcessNewTransactionSale added in v1.8.14

type ExecuteSwervepayProcessNewTransactionSale struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayProcessNewTransactionSale) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayProcessNewTransactionSale.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayProcessNewTransactionSale) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionSale) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionSale) Reset added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionSale) String added in v1.8.14

type ExecuteSwervepayProcessNewTransactionValidate added in v1.8.14

type ExecuteSwervepayProcessNewTransactionValidate struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayProcessNewTransactionValidate) Descriptor deprecated added in v1.8.14

Deprecated: Use ExecuteSwervepayProcessNewTransactionValidate.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayProcessNewTransactionValidate) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionValidate) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionValidate) Reset added in v1.8.14

func (*ExecuteSwervepayProcessNewTransactionValidate) String added in v1.8.14

type ExecuteSwervepayQueryCustomerDetails added in v1.8.14

type ExecuteSwervepayQueryCustomerDetails struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayQueryCustomerDetails) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayQueryCustomerDetails) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayQueryCustomerDetails.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayQueryCustomerDetails) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayQueryCustomerDetails) ProtoMessage()

func (*ExecuteSwervepayQueryCustomerDetails) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayQueryCustomerDetails) Reset added in v1.8.14

func (*ExecuteSwervepayQueryCustomerDetails) String added in v1.8.14

type ExecuteSwervepayQueryCustomerTokenDetails added in v1.8.14

type ExecuteSwervepayQueryCustomerTokenDetails struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayQueryCustomerTokenDetails) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayQueryCustomerTokenDetails) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayQueryCustomerTokenDetails.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayQueryCustomerTokenDetails) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayQueryCustomerTokenDetails) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayQueryCustomerTokenDetails) Reset added in v1.8.14

func (*ExecuteSwervepayQueryCustomerTokenDetails) String added in v1.8.14

type ExecuteSwervepayQueryCustomerTransactions added in v1.8.14

type ExecuteSwervepayQueryCustomerTransactions struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayQueryCustomerTransactions) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayQueryCustomerTransactions) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayQueryCustomerTransactions.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayQueryCustomerTransactions) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayQueryCustomerTransactions) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayQueryCustomerTransactions) Reset added in v1.8.14

func (*ExecuteSwervepayQueryCustomerTransactions) String added in v1.8.14

type ExecuteSwervepayQueryCustomers added in v1.8.14

type ExecuteSwervepayQueryCustomers struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayQueryCustomers) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayQueryCustomers) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayQueryCustomers.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayQueryCustomers) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayQueryCustomers) ProtoMessage()

func (*ExecuteSwervepayQueryCustomers) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayQueryCustomers) Reset added in v1.8.14

func (x *ExecuteSwervepayQueryCustomers) Reset()

func (*ExecuteSwervepayQueryCustomers) String added in v1.8.14

type ExecuteSwervepayQueryQueryCustomerTokens added in v1.8.14

type ExecuteSwervepayQueryQueryCustomerTokens struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayQueryQueryCustomerTokens) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayQueryQueryCustomerTokens) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayQueryQueryCustomerTokens.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayQueryQueryCustomerTokens) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayQueryQueryCustomerTokens) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayQueryQueryCustomerTokens) Reset added in v1.8.14

func (*ExecuteSwervepayQueryQueryCustomerTokens) String added in v1.8.14

type ExecuteSwervepayQueryQueryTransactionDetails added in v1.8.14

type ExecuteSwervepayQueryQueryTransactionDetails struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayQueryQueryTransactionDetails) Descriptor deprecated added in v1.8.14

Deprecated: Use ExecuteSwervepayQueryQueryTransactionDetails.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayQueryQueryTransactionDetails) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayQueryQueryTransactionDetails) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayQueryQueryTransactionDetails) Reset added in v1.8.14

func (*ExecuteSwervepayQueryQueryTransactionDetails) String added in v1.8.14

type ExecuteSwervepayQueryTransactions added in v1.8.14

type ExecuteSwervepayQueryTransactions struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayQueryTransactions) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayQueryTransactions) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayQueryTransactions.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayQueryTransactions) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayQueryTransactions) ProtoMessage()

func (*ExecuteSwervepayQueryTransactions) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayQueryTransactions) Reset added in v1.8.14

func (*ExecuteSwervepayQueryTransactions) String added in v1.8.14

type ExecuteSwervepayRemoveCustomerToken added in v1.8.14

type ExecuteSwervepayRemoveCustomerToken struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayRemoveCustomerToken) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayRemoveCustomerToken) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayRemoveCustomerToken.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayRemoveCustomerToken) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayRemoveCustomerToken) ProtoMessage()

func (*ExecuteSwervepayRemoveCustomerToken) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayRemoveCustomerToken) Reset added in v1.8.14

func (*ExecuteSwervepayRemoveCustomerToken) String added in v1.8.14

type ExecuteSwervepayUpdateCustomer added in v1.8.14

type ExecuteSwervepayUpdateCustomer struct {
	// contains filtered or unexported fields
}

func (*ExecuteSwervepayUpdateCustomer) Descriptor deprecated added in v1.8.14

func (*ExecuteSwervepayUpdateCustomer) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteSwervepayUpdateCustomer.ProtoReflect.Descriptor instead.

func (*ExecuteSwervepayUpdateCustomer) ProtoMessage added in v1.8.14

func (*ExecuteSwervepayUpdateCustomer) ProtoMessage()

func (*ExecuteSwervepayUpdateCustomer) ProtoReflect added in v1.8.14

func (*ExecuteSwervepayUpdateCustomer) Reset added in v1.8.14

func (x *ExecuteSwervepayUpdateCustomer) Reset()

func (*ExecuteSwervepayUpdateCustomer) String added in v1.8.14

type ExecuteTrustcommerceAchSale

type ExecuteTrustcommerceAchSale struct {
	// contains filtered or unexported fields
}

func (*ExecuteTrustcommerceAchSale) Descriptor deprecated

func (*ExecuteTrustcommerceAchSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteTrustcommerceAchSale.ProtoReflect.Descriptor instead.

func (*ExecuteTrustcommerceAchSale) ProtoMessage

func (*ExecuteTrustcommerceAchSale) ProtoMessage()

func (*ExecuteTrustcommerceAchSale) ProtoReflect

func (*ExecuteTrustcommerceAchSale) Reset

func (x *ExecuteTrustcommerceAchSale) Reset()

func (*ExecuteTrustcommerceAchSale) String

func (x *ExecuteTrustcommerceAchSale) String() string

type ExecuteTrustcommerceCreditSale

type ExecuteTrustcommerceCreditSale struct {
	// contains filtered or unexported fields
}

func (*ExecuteTrustcommerceCreditSale) Descriptor deprecated

func (*ExecuteTrustcommerceCreditSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteTrustcommerceCreditSale.ProtoReflect.Descriptor instead.

func (*ExecuteTrustcommerceCreditSale) ProtoMessage

func (*ExecuteTrustcommerceCreditSale) ProtoMessage()

func (*ExecuteTrustcommerceCreditSale) ProtoReflect

func (*ExecuteTrustcommerceCreditSale) Reset

func (x *ExecuteTrustcommerceCreditSale) Reset()

func (*ExecuteTrustcommerceCreditSale) String

type ExecuteUsaepayGetCcToken added in v1.7.21

type ExecuteUsaepayGetCcToken struct {
	// contains filtered or unexported fields
}

func (*ExecuteUsaepayGetCcToken) Descriptor deprecated added in v1.7.21

func (*ExecuteUsaepayGetCcToken) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteUsaepayGetCcToken.ProtoReflect.Descriptor instead.

func (*ExecuteUsaepayGetCcToken) ProtoMessage added in v1.7.21

func (*ExecuteUsaepayGetCcToken) ProtoMessage()

func (*ExecuteUsaepayGetCcToken) ProtoReflect added in v1.7.21

func (x *ExecuteUsaepayGetCcToken) ProtoReflect() protoreflect.Message

func (*ExecuteUsaepayGetCcToken) Reset added in v1.7.21

func (x *ExecuteUsaepayGetCcToken) Reset()

func (*ExecuteUsaepayGetCcToken) String added in v1.7.21

func (x *ExecuteUsaepayGetCcToken) String() string

type ExecuteUsaepaySubmitAchPayments

type ExecuteUsaepaySubmitAchPayments struct {
	// contains filtered or unexported fields
}

func (*ExecuteUsaepaySubmitAchPayments) Descriptor deprecated

func (*ExecuteUsaepaySubmitAchPayments) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteUsaepaySubmitAchPayments.ProtoReflect.Descriptor instead.

func (*ExecuteUsaepaySubmitAchPayments) ProtoMessage

func (*ExecuteUsaepaySubmitAchPayments) ProtoMessage()

func (*ExecuteUsaepaySubmitAchPayments) ProtoReflect

func (*ExecuteUsaepaySubmitAchPayments) Reset

func (*ExecuteUsaepaySubmitAchPayments) String

type ExecuteUsaepaySubmitCcPayments

type ExecuteUsaepaySubmitCcPayments struct {
	// contains filtered or unexported fields
}

func (*ExecuteUsaepaySubmitCcPayments) Descriptor deprecated

func (*ExecuteUsaepaySubmitCcPayments) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteUsaepaySubmitCcPayments.ProtoReflect.Descriptor instead.

func (*ExecuteUsaepaySubmitCcPayments) ProtoMessage

func (*ExecuteUsaepaySubmitCcPayments) ProtoMessage()

func (*ExecuteUsaepaySubmitCcPayments) ProtoReflect

func (*ExecuteUsaepaySubmitCcPayments) Reset

func (x *ExecuteUsaepaySubmitCcPayments) Reset()

func (*ExecuteUsaepaySubmitCcPayments) String

type ExecuteVantivAchSale

type ExecuteVantivAchSale struct {
	// contains filtered or unexported fields
}

func (*ExecuteVantivAchSale) Descriptor deprecated

func (*ExecuteVantivAchSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteVantivAchSale.ProtoReflect.Descriptor instead.

func (*ExecuteVantivAchSale) ProtoMessage

func (*ExecuteVantivAchSale) ProtoMessage()

func (*ExecuteVantivAchSale) ProtoReflect

func (x *ExecuteVantivAchSale) ProtoReflect() protoreflect.Message

func (*ExecuteVantivAchSale) Reset

func (x *ExecuteVantivAchSale) Reset()

func (*ExecuteVantivAchSale) String

func (x *ExecuteVantivAchSale) String() string

type ExecuteVantivCreditSale

type ExecuteVantivCreditSale struct {
	// contains filtered or unexported fields
}

func (*ExecuteVantivCreditSale) Descriptor deprecated

func (*ExecuteVantivCreditSale) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteVantivCreditSale.ProtoReflect.Descriptor instead.

func (*ExecuteVantivCreditSale) ProtoMessage

func (*ExecuteVantivCreditSale) ProtoMessage()

func (*ExecuteVantivCreditSale) ProtoReflect

func (x *ExecuteVantivCreditSale) ProtoReflect() protoreflect.Message

func (*ExecuteVantivCreditSale) Reset

func (x *ExecuteVantivCreditSale) Reset()

func (*ExecuteVantivCreditSale) String

func (x *ExecuteVantivCreditSale) String() string

type FieldDefinition

type FieldDefinition struct {

	// the name the backend and front end should when setting data about a field
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// the name the backend server might use as the field name.
	AltName string `protobuf:"bytes,2,opt,name=alt_name,json=altName,proto3" json:"alt_name,omitempty"`
	// the name the front end should use on the form.
	DisplayName string    `protobuf:"bytes,6,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	FieldType   ValueType `` /* 129-byte string literal not displayed */
	// what the field should validate as,
	// and how the front end should present the field to the user
	ValidationType Validation `` /* 145-byte string literal not displayed */
	// The datetime formats allowed to use for date types.
	// if left blank, a default set of formats will be accepted
	Formats []string `protobuf:"bytes,5,rep,name=formats,proto3" json:"formats,omitempty"`
	// if this field is used on an invoice, what type of item should it be?
	InvoiceType InvoiceDisplayType `` /* 144-byte string literal not displayed */
	// the helper text of the field. This is the text that helps explain the label name
	HelperText *HelperText `protobuf:"bytes,8,opt,name=helper_text,json=helperText,proto3" json:"helper_text,omitempty"`
	// if it needs to be filled out before run time
	Required bool `protobuf:"varint,9,opt,name=required,proto3" json:"required,omitempty"`
	// contains filtered or unexported fields
}

FieldDefinition defines a field name, and type that is used in integrations. This lets the UI make forms for the getting the field's value from the user

func (*FieldDefinition) Descriptor deprecated

func (*FieldDefinition) Descriptor() ([]byte, []int)

Deprecated: Use FieldDefinition.ProtoReflect.Descriptor instead.

func (*FieldDefinition) GetAltName

func (x *FieldDefinition) GetAltName() string

func (*FieldDefinition) GetDisplayName

func (x *FieldDefinition) GetDisplayName() string

func (*FieldDefinition) GetFieldType

func (x *FieldDefinition) GetFieldType() ValueType

func (*FieldDefinition) GetFormats

func (x *FieldDefinition) GetFormats() []string

func (*FieldDefinition) GetHelperText

func (x *FieldDefinition) GetHelperText() *HelperText

func (*FieldDefinition) GetInvoiceType

func (x *FieldDefinition) GetInvoiceType() InvoiceDisplayType

func (*FieldDefinition) GetName

func (x *FieldDefinition) GetName() string

func (*FieldDefinition) GetRequired added in v1.8.18

func (x *FieldDefinition) GetRequired() bool

func (*FieldDefinition) GetValidationType

func (x *FieldDefinition) GetValidationType() Validation

func (*FieldDefinition) ProtoMessage

func (*FieldDefinition) ProtoMessage()

func (*FieldDefinition) ProtoReflect

func (x *FieldDefinition) ProtoReflect() protoreflect.Message

func (*FieldDefinition) Reset

func (x *FieldDefinition) Reset()

func (*FieldDefinition) String

func (x *FieldDefinition) String() string

type FieldSource

type FieldSource int32
const (
	// we don't have a source for the field
	FieldSource_FIELD_SOURCE_NONE FieldSource = 0
	// we provide the field in the data when creating the link
	FieldSource_FIELD_SOURCE_LINK FieldSource = 1
	// we provide the field through the verification process's
	// integration_config, or journey collection (whichever is chosen)
	FieldSource_FIELD_SOURCE_VERIFICATION_DATA FieldSource = 2
	// we provide the field through the verification process's
	// api calls. By default this means the verifications api output fields
	FieldSource_FIELD_SOURCE_VERIFICATION_API FieldSource = 3
	// we provide the field through the invoice process's
	// integration_config, or journey collection (whichever is chosen)
	FieldSource_FIELD_SOURCE_INVOICE_DATA FieldSource = 4
	// we provide the field through the verification process's
	// api calls. By default this means the invoice api output fields
	// for v1 profiles this isn't possible unless the user is using  custom
	// payment link config
	FieldSource_FIELD_SOURCE_INVOICE_API FieldSource = 5
	// we provide the field through the payment process's
	// integration_config, or journey collection (whichever is chosen)
	FieldSource_FIELD_SOURCE_PAYMENT_DATA FieldSource = 6
	// we provide the field through the payment process's
	// api calls. By default this means the payment process's request payload's
	// final call for v1 profiles this isn't possible unless the user is using
	// custom payment_link_config
	FieldSource_FIELD_SOURCE_PAYMENT_API FieldSource = 7
	// we provide the field through the payment process's
	// payment form.  This only applies to custom payment_link_configs, since
	// there isn't a way to alter the payment form in v1 payment profiles.
	FieldSource_FIELD_SOURCE_PAYMENT_FORM FieldSource = 8
)

func (FieldSource) Descriptor

func (FieldSource) Enum

func (x FieldSource) Enum() *FieldSource

func (FieldSource) EnumDescriptor deprecated

func (FieldSource) EnumDescriptor() ([]byte, []int)

Deprecated: Use FieldSource.Descriptor instead.

func (FieldSource) Number

func (x FieldSource) Number() protoreflect.EnumNumber

func (FieldSource) String

func (x FieldSource) String() string

func (FieldSource) Type

type Flow

type Flow struct {

	// Types that are assignable to Value:
	//
	//	*Flow_InvoiceFlow
	//	*Flow_PaymentFlow
	//	*Flow_VerificationFlow
	//	*Flow_ExecuteFlow
	Value isFlow_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Flow) Descriptor deprecated

func (*Flow) Descriptor() ([]byte, []int)

Deprecated: Use Flow.ProtoReflect.Descriptor instead.

func (*Flow) GetExecuteFlow

func (x *Flow) GetExecuteFlow() *ExecuteFlow

func (*Flow) GetInvoiceFlow

func (x *Flow) GetInvoiceFlow() *InvoiceFlow

func (*Flow) GetPaymentFlow

func (x *Flow) GetPaymentFlow() *PaymentFlow

func (*Flow) GetValue

func (m *Flow) GetValue() isFlow_Value

func (*Flow) GetVerificationFlow

func (x *Flow) GetVerificationFlow() *VerificationFlow

func (*Flow) ProtoMessage

func (*Flow) ProtoMessage()

func (*Flow) ProtoReflect

func (x *Flow) ProtoReflect() protoreflect.Message

func (*Flow) Reset

func (x *Flow) Reset()

func (*Flow) String

func (x *Flow) String() string

type FlowFieldLoc

type FlowFieldLoc int32

FlowFieldLoc catagorizes the location a flow will look for fields

const (
	// ANY means the flow doesn't require the field to be in a specific spot.
	FlowFieldLoc_FFL_ANY FlowFieldLoc = 0
	// means the flow checks the PortalLink data for the field.
	// This is the data sent when creating the url
	FlowFieldLoc_FFL_LINK FlowFieldLoc = 1
	// means the flow checks the PluginInstance data for the field
	FlowFieldLoc_FFL_PLUGIN_INST FlowFieldLoc = 2
	// means the field needs to be in the user submitted form
	FlowFieldLoc_FFL_SUBMIT FlowFieldLoc = 3
)

func (FlowFieldLoc) Descriptor

func (FlowFieldLoc) Enum

func (x FlowFieldLoc) Enum() *FlowFieldLoc

func (FlowFieldLoc) EnumDescriptor deprecated

func (FlowFieldLoc) EnumDescriptor() ([]byte, []int)

Deprecated: Use FlowFieldLoc.Descriptor instead.

func (FlowFieldLoc) Number

func (FlowFieldLoc) String

func (x FlowFieldLoc) String() string

func (FlowFieldLoc) Type

type FlowType

type FlowType int32

must match the numbers in the Flow message's "value" oneof

const (
	FlowType_FLOW_TYPE_UNKNOWN      FlowType = 0
	FlowType_FLOW_TYPE_INVOICE      FlowType = 1
	FlowType_FLOW_TYPE_PAYMENT      FlowType = 2
	FlowType_FLOW_TYPE_VERIFICATION FlowType = 3
	FlowType_FLOW_TYPE_EXECUTE      FlowType = 4
)

func (FlowType) Descriptor

func (FlowType) Descriptor() protoreflect.EnumDescriptor

func (FlowType) Enum

func (x FlowType) Enum() *FlowType

func (FlowType) EnumDescriptor deprecated

func (FlowType) EnumDescriptor() ([]byte, []int)

Deprecated: Use FlowType.Descriptor instead.

func (FlowType) Number

func (x FlowType) Number() protoreflect.EnumNumber

func (FlowType) String

func (x FlowType) String() string

func (FlowType) Type

type Flow_ExecuteFlow

type Flow_ExecuteFlow struct {
	ExecuteFlow *ExecuteFlow `protobuf:"bytes,4,opt,name=execute_flow,json=executeFlow,proto3,oneof"`
}

type Flow_InvoiceFlow

type Flow_InvoiceFlow struct {
	InvoiceFlow *InvoiceFlow `protobuf:"bytes,1,opt,name=invoice_flow,json=invoiceFlow,proto3,oneof"`
}

type Flow_PaymentFlow

type Flow_PaymentFlow struct {
	PaymentFlow *PaymentFlow `protobuf:"bytes,2,opt,name=payment_flow,json=paymentFlow,proto3,oneof"`
}

type Flow_VerificationFlow

type Flow_VerificationFlow struct {
	VerificationFlow *VerificationFlow `protobuf:"bytes,3,opt,name=verification_flow,json=verificationFlow,proto3,oneof"`
}

type HelperText

type HelperText struct {
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

HelperText contains the text that explains a field definition on a form, and any other display options

func (*HelperText) Descriptor deprecated

func (*HelperText) Descriptor() ([]byte, []int)

Deprecated: Use HelperText.ProtoReflect.Descriptor instead.

func (*HelperText) GetText

func (x *HelperText) GetText() string

func (*HelperText) ProtoMessage

func (*HelperText) ProtoMessage()

func (*HelperText) ProtoReflect

func (x *HelperText) ProtoReflect() protoreflect.Message

func (*HelperText) Reset

func (x *HelperText) Reset()

func (*HelperText) String

func (x *HelperText) String() string

type IntegrationType

type IntegrationType int32

all supported integrations

const (
	IntegrationType_INTEGRATION_TYPE_UNKNOWN         IntegrationType = 0
	IntegrationType_INTEGRATION_TYPE_BRAINTREE       IntegrationType = 100
	IntegrationType_INTEGRATION_TYPE_RELATIENT       IntegrationType = 200
	IntegrationType_INTEGRATION_TYPE_CYBERSOURCE     IntegrationType = 300
	IntegrationType_INTEGRATION_TYPE_CIRCPRO         IntegrationType = 400
	IntegrationType_INTEGRATION_TYPE_AUTHORIZENET    IntegrationType = 500
	IntegrationType_INTEGRATION_TYPE_EXPITRANS       IntegrationType = 600
	IntegrationType_INTEGRATION_TYPE_AXIAMEDFUSION   IntegrationType = 700
	IntegrationType_INTEGRATION_TYPE_INSTAMED        IntegrationType = 800
	IntegrationType_INTEGRATION_TYPE_USAEPAY         IntegrationType = 900
	IntegrationType_INTEGRATION_TYPE_EZIDEBIT        IntegrationType = 1000
	IntegrationType_INTEGRATION_TYPE_BAMBORA         IntegrationType = 1100
	IntegrationType_INTEGRATION_TYPE_REPAY           IntegrationType = 1200
	IntegrationType_INTEGRATION_TYPE_AXIA            IntegrationType = 1300
	IntegrationType_INTEGRATION_TYPE_SECURETRADING   IntegrationType = 1400
	IntegrationType_INTEGRATION_TYPE_PAYMENTVISION   IntegrationType = 1500
	IntegrationType_INTEGRATION_TYPE_INTERPROSE      IntegrationType = 1600
	IntegrationType_INTEGRATION_TYPE_DALLASNEWS      IntegrationType = 1700
	IntegrationType_INTEGRATION_TYPE_PAYWAY          IntegrationType = 1800
	IntegrationType_INTEGRATION_TYPE_BILLINGTREE     IntegrationType = 1900
	IntegrationType_INTEGRATION_TYPE_EXPERIAN        IntegrationType = 2000
	IntegrationType_INTEGRATION_TYPE_NEWSCYCLE       IntegrationType = 2100
	IntegrationType_INTEGRATION_TYPE_TRUSTCOMMERCE   IntegrationType = 2200
	IntegrationType_INTEGRATION_TYPE_VANTIV          IntegrationType = 2300
	IntegrationType_INTEGRATION_TYPE_JOURNEY         IntegrationType = 2400
	IntegrationType_INTEGRATION_TYPE_ATHENAHEALTH    IntegrationType = 2500
	IntegrationType_INTEGRATION_TYPE_BRAINWORKS      IntegrationType = 2600
	IntegrationType_INTEGRATION_TYPE_OSGCONNECT      IntegrationType = 2700
	IntegrationType_INTEGRATION_TYPE_NTVB            IntegrationType = 2800
	IntegrationType_INTEGRATION_TYPE_ELAVON          IntegrationType = 2900
	IntegrationType_INTEGRATION_TYPE_GLOBALPAYMENTS  IntegrationType = 3000
	IntegrationType_INTEGRATION_TYPE_PAY_SCOUT       IntegrationType = 3100
	IntegrationType_INTEGRATION_TYPE_I2C             IntegrationType = 3200
	IntegrationType_INTEGRATION_TYPE_OPAYO           IntegrationType = 3300
	IntegrationType_INTEGRATION_TYPE_SHIFT4          IntegrationType = 3400
	IntegrationType_INTEGRATION_TYPE_POSCORP         IntegrationType = 3500
	IntegrationType_INTEGRATION_TYPE_PIANO           IntegrationType = 3600
	IntegrationType_INTEGRATION_TYPE_EPIC            IntegrationType = 3700
	IntegrationType_INTEGRATION_TYPE_NEWZWARE        IntegrationType = 3800
	IntegrationType_INTEGRATION_TYPE_PRIOCOMMERCE    IntegrationType = 3900
	IntegrationType_INTEGRATION_TYPE_NAVIGA          IntegrationType = 4000
	IntegrationType_INTEGRATION_TYPE_PAYNSECONDS     IntegrationType = 4100
	IntegrationType_INTEGRATION_TYPE_SUTHERLANDREV   IntegrationType = 4200
	IntegrationType_INTEGRATION_TYPE_FINVI           IntegrationType = 4300
	IntegrationType_INTEGRATION_TYPE_NAVIGA_DTI_CIRC IntegrationType = 4400
	IntegrationType_INTEGRATION_TYPE_NAVIGA_DTI_CS   IntegrationType = 4500
	IntegrationType_INTEGRATION_TYPE_SWERVEPAY       IntegrationType = 4600
	IntegrationType_INTEGRATION_TYPE_DEBUG           IntegrationType = 5000
)

func (IntegrationType) Descriptor

func (IntegrationType) Enum

func (x IntegrationType) Enum() *IntegrationType

func (IntegrationType) EnumDescriptor deprecated

func (IntegrationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use IntegrationType.Descriptor instead.

func (IntegrationType) Number

func (IntegrationType) String

func (x IntegrationType) String() string

func (IntegrationType) Type

type Invoice

type Invoice struct {
	TopLevelFields []*InvoiceField `protobuf:"bytes,1,rep,name=top_level_fields,json=topLevelFields,proto3" json:"top_level_fields,omitempty"`
	Items          []*Item         `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*Invoice) Descriptor deprecated

func (*Invoice) Descriptor() ([]byte, []int)

Deprecated: Use Invoice.ProtoReflect.Descriptor instead.

func (*Invoice) GetItems

func (x *Invoice) GetItems() []*Item

func (*Invoice) GetTopLevelFields

func (x *Invoice) GetTopLevelFields() []*InvoiceField

func (*Invoice) ProtoMessage

func (*Invoice) ProtoMessage()

func (*Invoice) ProtoReflect

func (x *Invoice) ProtoReflect() protoreflect.Message

func (*Invoice) Reset

func (x *Invoice) Reset()

func (*Invoice) String

func (x *Invoice) String() string

type InvoiceAuthorizeNetAuthorizedTransactionIdLookup

type InvoiceAuthorizeNetAuthorizedTransactionIdLookup struct {
	// contains filtered or unexported fields
}

func (*InvoiceAuthorizeNetAuthorizedTransactionIdLookup) Descriptor deprecated

Deprecated: Use InvoiceAuthorizeNetAuthorizedTransactionIdLookup.ProtoReflect.Descriptor instead.

func (*InvoiceAuthorizeNetAuthorizedTransactionIdLookup) ProtoMessage

func (*InvoiceAuthorizeNetAuthorizedTransactionIdLookup) ProtoReflect

func (*InvoiceAuthorizeNetAuthorizedTransactionIdLookup) Reset

func (*InvoiceAuthorizeNetAuthorizedTransactionIdLookup) String

type InvoiceAuthorizeNetCustomHttp

type InvoiceAuthorizeNetCustomHttp struct {
	// contains filtered or unexported fields
}

func (*InvoiceAuthorizeNetCustomHttp) Descriptor deprecated

func (*InvoiceAuthorizeNetCustomHttp) Descriptor() ([]byte, []int)

Deprecated: Use InvoiceAuthorizeNetCustomHttp.ProtoReflect.Descriptor instead.

func (*InvoiceAuthorizeNetCustomHttp) ProtoMessage

func (*InvoiceAuthorizeNetCustomHttp) ProtoMessage()

func (*InvoiceAuthorizeNetCustomHttp) ProtoReflect

func (*InvoiceAuthorizeNetCustomHttp) Reset

func (x *InvoiceAuthorizeNetCustomHttp) Reset()

func (*InvoiceAuthorizeNetCustomHttp) String

type InvoiceAuthorizeNetLinkData

type InvoiceAuthorizeNetLinkData struct {
	// contains filtered or unexported fields
}

func (*InvoiceAuthorizeNetLinkData) Descriptor deprecated

func (*InvoiceAuthorizeNetLinkData) Descriptor() ([]byte, []int)

Deprecated: Use InvoiceAuthorizeNetLinkData.ProtoReflect.Descriptor instead.

func (*InvoiceAuthorizeNetLinkData) ProtoMessage

func (*InvoiceAuthorizeNetLinkData) ProtoMessage()

func (*InvoiceAuthorizeNetLinkData) ProtoReflect

func (*InvoiceAuthorizeNetLinkData) Reset

func (x *InvoiceAuthorizeNetLinkData) Reset()

func (*InvoiceAuthorizeNetLinkData) String

func (x *InvoiceAuthorizeNetLinkData) String() string

type InvoiceDescription

type InvoiceDescription struct {

	// if this level contains repeated fields, then we have an account with multiple invoices.
	// most often this will only contain non-repeated fields, and we will just have the one invoice.
	// a repeated field is a field name that has a '#' in the name.
	// example: "detail.result.#._calculatedPatientResponsiblity"
	InvoiceDescriptionFields []*FieldDefinition `` /* 135-byte string literal not displayed */
	// the group of descriptions for each item in the invoice.
	// this can be empty, or have multiple items in it.
	LineItems []*LineItemGroup `protobuf:"bytes,2,rep,name=line_items,json=lineItems,proto3" json:"line_items,omitempty"`
	// contains filtered or unexported fields
}

func (*InvoiceDescription) Descriptor deprecated

func (*InvoiceDescription) Descriptor() ([]byte, []int)

Deprecated: Use InvoiceDescription.ProtoReflect.Descriptor instead.

func (*InvoiceDescription) GetInvoiceDescriptionFields

func (x *InvoiceDescription) GetInvoiceDescriptionFields() []*FieldDefinition

func (*InvoiceDescription) GetLineItems

func (x *InvoiceDescription) GetLineItems() []*LineItemGroup

func (*InvoiceDescription) ProtoMessage

func (*InvoiceDescription) ProtoMessage()

func (*InvoiceDescription) ProtoReflect

func (x *InvoiceDescription) ProtoReflect() protoreflect.Message

func (*InvoiceDescription) Reset

func (x *InvoiceDescription) Reset()

func (*InvoiceDescription) String

func (x *InvoiceDescription) String() string

type InvoiceDisplayType

type InvoiceDisplayType int32
const (
	InvoiceDisplayType_UNSPECIFIED      InvoiceDisplayType = 0
	InvoiceDisplayType_AMOUNT_DUE       InvoiceDisplayType = 1
	InvoiceDisplayType_SERVICE_DATE     InvoiceDisplayType = 2
	InvoiceDisplayType_INVOICE_NUMBER   InvoiceDisplayType = 3
	InvoiceDisplayType_ITEM_QUANTITY    InvoiceDisplayType = 4
	InvoiceDisplayType_ITEM_NAME        InvoiceDisplayType = 5
	InvoiceDisplayType_ITEM_DESCRIPTION InvoiceDisplayType = 6
	InvoiceDisplayType_ITEM_AMOUNT      InvoiceDisplayType = 7
	// if InvoiceDisplayType is greater than 100, then IDT mod 100 will give you the same type of
	// info for all InvoiceDisplayType values.
	// so 1 = account number, 2 = first name, 3 = last name, etc
	InvoiceDisplayType_PAYOR_ACCOUNT_NUMBER   InvoiceDisplayType = 101
	InvoiceDisplayType_PAYOR_FIRST_NAME       InvoiceDisplayType = 102
	InvoiceDisplayType_PAYOR_LAST_NAME        InvoiceDisplayType = 103
	InvoiceDisplayType_PAYOR_DATE_OF_BIRTH    InvoiceDisplayType = 104
	InvoiceDisplayType_PAYOR_SSN_R4           InvoiceDisplayType = 105
	InvoiceDisplayType_PAYOR_CELL_PHONE       InvoiceDisplayType = 106
	InvoiceDisplayType_PAYOR_HOME_PHONE       InvoiceDisplayType = 107
	InvoiceDisplayType_PAYOR_WORK_PHONE       InvoiceDisplayType = 108
	InvoiceDisplayType_PAYOR_ZIP_CODE         InvoiceDisplayType = 109
	InvoiceDisplayType_PATIENT_ACCOUNT_NUMBER InvoiceDisplayType = 201
	InvoiceDisplayType_PATIENT_FIRST_NAME     InvoiceDisplayType = 202
	InvoiceDisplayType_PATIENT_LAST_NAME      InvoiceDisplayType = 203
	InvoiceDisplayType_PATIENT_DATE_OF_BIRTH  InvoiceDisplayType = 204
	InvoiceDisplayType_PATIENT_SSN_R4         InvoiceDisplayType = 205
	InvoiceDisplayType_PATIENT_CELL_PHONE     InvoiceDisplayType = 206
	InvoiceDisplayType_PATIENT_HOME_PHONE     InvoiceDisplayType = 207
	InvoiceDisplayType_PATIENT_WORK_PHONE     InvoiceDisplayType = 208
	InvoiceDisplayType_PATIENT_ZIP_CODE       InvoiceDisplayType = 209
)

func (InvoiceDisplayType) Descriptor

func (InvoiceDisplayType) Enum

func (InvoiceDisplayType) EnumDescriptor deprecated

func (InvoiceDisplayType) EnumDescriptor() ([]byte, []int)

Deprecated: Use InvoiceDisplayType.Descriptor instead.

func (InvoiceDisplayType) Number

func (InvoiceDisplayType) String

func (x InvoiceDisplayType) String() string

func (InvoiceDisplayType) Type

type InvoiceDynamicJourney

type InvoiceDynamicJourney struct {
	MatchFields   []string                  `protobuf:"bytes,1,rep,name=match_fields,json=matchFields,proto3" json:"match_fields,omitempty"`
	TotalField    string                    `protobuf:"bytes,2,opt,name=total_field,json=totalField,proto3" json:"total_field,omitempty"`
	JourneyFields map[string]*ListOfStrings `` /* 188-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InvoiceDynamicJourney) Descriptor deprecated

func (*InvoiceDynamicJourney) Descriptor() ([]byte, []int)

Deprecated: Use InvoiceDynamicJourney.ProtoReflect.Descriptor instead.

func (*InvoiceDynamicJourney) GetJourneyFields

func (x *InvoiceDynamicJourney) GetJourneyFields() map[string]*ListOfStrings

func (*InvoiceDynamicJourney) GetMatchFields

func (x *InvoiceDynamicJourney) GetMatchFields() []string

func (*InvoiceDynamicJourney) GetTotalField

func (x *InvoiceDynamicJourney) GetTotalField() string

func (*InvoiceDynamicJourney) ProtoMessage

func (*InvoiceDynamicJourney) ProtoMessage()

func (*InvoiceDynamicJourney) ProtoReflect

func (x *InvoiceDynamicJourney) ProtoReflect() protoreflect.Message

func (*InvoiceDynamicJourney) Reset

func (x *InvoiceDynamicJourney) Reset()

func (*InvoiceDynamicJourney) String

func (x *InvoiceDynamicJourney) String() string

type InvoiceExperianQueryBalance

type InvoiceExperianQueryBalance struct {
	// contains filtered or unexported fields
}

invoice flows

func (*InvoiceExperianQueryBalance) Descriptor deprecated

func (*InvoiceExperianQueryBalance) Descriptor() ([]byte, []int)

Deprecated: Use InvoiceExperianQueryBalance.ProtoReflect.Descriptor instead.

func (*InvoiceExperianQueryBalance) ProtoMessage

func (*InvoiceExperianQueryBalance) ProtoMessage()

func (*InvoiceExperianQueryBalance) ProtoReflect

func (*InvoiceExperianQueryBalance) Reset

func (x *InvoiceExperianQueryBalance) Reset()

func (*InvoiceExperianQueryBalance) String

func (x *InvoiceExperianQueryBalance) String() string

type InvoiceField

type InvoiceField struct {
	ItemType    InvoiceDisplayType `` /* 135-byte string literal not displayed */
	Name        string             `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	DisplayName string             `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Value       string             `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	// what the field should validate as,
	// and how the front end should present the field to the user
	ValidationType Validation `` /* 145-byte string literal not displayed */
	// The datetime format allowed to use for date types.
	// if left blank, a default set of format will be accepted
	Format string `protobuf:"bytes,6,opt,name=format,proto3" json:"format,omitempty"`
	// contains filtered or unexported fields
}

func (*InvoiceField) Descriptor deprecated

func (*InvoiceField) Descriptor() ([]byte, []int)

Deprecated: Use InvoiceField.ProtoReflect.Descriptor instead.

func (*InvoiceField) GetDisplayName

func (x *InvoiceField) GetDisplayName() string

func (*InvoiceField) GetFormat added in v1.8.20

func (x *InvoiceField) GetFormat() string

func (*InvoiceField) GetItemType

func (x *InvoiceField) GetItemType() InvoiceDisplayType

func (*InvoiceField) GetName

func (x *InvoiceField) GetName() string

func (*InvoiceField) GetValidationType added in v1.8.20

func (x *InvoiceField) GetValidationType() Validation

func (*InvoiceField) GetValue

func (x *InvoiceField) GetValue() string

func (*InvoiceField) ProtoMessage

func (*InvoiceField) ProtoMessage()

func (*InvoiceField) ProtoReflect

func (x *InvoiceField) ProtoReflect() protoreflect.Message

func (*InvoiceField) Reset

func (x *InvoiceField) Reset()

func (*InvoiceField) String

func (x *InvoiceField) String() string

type InvoiceFlow

type InvoiceFlow struct {
	PluginInstanceId string `protobuf:"bytes,1,opt,name=plugin_instance_id,json=pluginInstanceId,proto3" json:"plugin_instance_id,omitempty"`
	// Types that are assignable to Value:
	//
	//	*InvoiceFlow_ExperianQueryBalance
	//	*InvoiceFlow_AuthorizeNetLinkData
	//	*InvoiceFlow_AuthorizeNetCustomHttp
	//	*InvoiceFlow_Journey
	//	*InvoiceFlow_DynamicJourney
	//	*InvoiceFlow_NewzwareAccountInquiry
	Value isInvoiceFlow_Value `protobuf_oneof:"value"`
	// the template of how the fields map on an invoice
	InvoiceTemplate *InvoiceTemplate `protobuf:"bytes,3,opt,name=invoice_template,json=invoiceTemplate,proto3" json:"invoice_template,omitempty"`
	// contains filtered or unexported fields
}

func (*InvoiceFlow) Descriptor deprecated

func (*InvoiceFlow) Descriptor() ([]byte, []int)

Deprecated: Use InvoiceFlow.ProtoReflect.Descriptor instead.

func (*InvoiceFlow) GetAuthorizeNetCustomHttp

func (x *InvoiceFlow) GetAuthorizeNetCustomHttp() *InvoiceAuthorizeNetCustomHttp

func (*InvoiceFlow) GetAuthorizeNetLinkData

func (x *InvoiceFlow) GetAuthorizeNetLinkData() *InvoiceAuthorizeNetLinkData

func (*InvoiceFlow) GetDynamicJourney

func (x *InvoiceFlow) GetDynamicJourney() *InvoiceDynamicJourney

func (*InvoiceFlow) GetExperianQueryBalance

func (x *InvoiceFlow) GetExperianQueryBalance() *InvoiceExperianQueryBalance

func (*InvoiceFlow) GetInvoiceTemplate

func (x *InvoiceFlow) GetInvoiceTemplate() *InvoiceTemplate

func (*InvoiceFlow) GetJourney

func (x *InvoiceFlow) GetJourney() *InvoiceJourney

func (*InvoiceFlow) GetNewzwareAccountInquiry added in v1.7.32

func (x *InvoiceFlow) GetNewzwareAccountInquiry() *InvoiceNewzwareAccountInquiry

func (*InvoiceFlow) GetPluginInstanceId

func (x *InvoiceFlow) GetPluginInstanceId() string

func (*InvoiceFlow) GetValue

func (m *InvoiceFlow) GetValue() isInvoiceFlow_Value

func (*InvoiceFlow) ProtoMessage

func (*InvoiceFlow) ProtoMessage()

func (*InvoiceFlow) ProtoReflect

func (x *InvoiceFlow) ProtoReflect() protoreflect.Message

func (*InvoiceFlow) Reset

func (x *InvoiceFlow) Reset()

func (*InvoiceFlow) String

func (x *InvoiceFlow) String() string

type InvoiceFlow_AuthorizeNetCustomHttp

type InvoiceFlow_AuthorizeNetCustomHttp struct {
	AuthorizeNetCustomHttp *InvoiceAuthorizeNetCustomHttp `protobuf:"bytes,11,opt,name=authorize_net_custom_http,json=authorizeNetCustomHttp,proto3,oneof"`
}

type InvoiceFlow_AuthorizeNetLinkData

type InvoiceFlow_AuthorizeNetLinkData struct {
	// InvoiceAuthorizeNetAuthorizedTransactionIdLookup authorize_net_authoirze_transaction_id_lookup = 9;
	AuthorizeNetLinkData *InvoiceAuthorizeNetLinkData `protobuf:"bytes,10,opt,name=authorize_net_link_data,json=authorizeNetLinkData,proto3,oneof"`
}

type InvoiceFlow_DynamicJourney

type InvoiceFlow_DynamicJourney struct {
	DynamicJourney *InvoiceDynamicJourney `protobuf:"bytes,13,opt,name=dynamic_journey,json=dynamicJourney,proto3,oneof"`
}

type InvoiceFlow_ExperianQueryBalance

type InvoiceFlow_ExperianQueryBalance struct {
	ExperianQueryBalance *InvoiceExperianQueryBalance `protobuf:"bytes,2,opt,name=experian_query_balance,json=experianQueryBalance,proto3,oneof"`
}

type InvoiceFlow_Journey

type InvoiceFlow_Journey struct {
	Journey *InvoiceJourney `protobuf:"bytes,12,opt,name=journey,proto3,oneof"`
}

type InvoiceFlow_NewzwareAccountInquiry added in v1.7.32

type InvoiceFlow_NewzwareAccountInquiry struct {
	NewzwareAccountInquiry *InvoiceNewzwareAccountInquiry `protobuf:"bytes,14,opt,name=newzware_account_inquiry,json=newzwareAccountInquiry,proto3,oneof"`
}

type InvoiceJourney

type InvoiceJourney struct {
	// contains filtered or unexported fields
}

func (*InvoiceJourney) Descriptor deprecated

func (*InvoiceJourney) Descriptor() ([]byte, []int)

Deprecated: Use InvoiceJourney.ProtoReflect.Descriptor instead.

func (*InvoiceJourney) ProtoMessage

func (*InvoiceJourney) ProtoMessage()

func (*InvoiceJourney) ProtoReflect

func (x *InvoiceJourney) ProtoReflect() protoreflect.Message

func (*InvoiceJourney) Reset

func (x *InvoiceJourney) Reset()

func (*InvoiceJourney) String

func (x *InvoiceJourney) String() string

type InvoiceNewzwareAccountInquiry added in v1.7.32

type InvoiceNewzwareAccountInquiry struct {
	// contains filtered or unexported fields
}

func (*InvoiceNewzwareAccountInquiry) Descriptor deprecated added in v1.7.32

func (*InvoiceNewzwareAccountInquiry) Descriptor() ([]byte, []int)

Deprecated: Use InvoiceNewzwareAccountInquiry.ProtoReflect.Descriptor instead.

func (*InvoiceNewzwareAccountInquiry) ProtoMessage added in v1.7.32

func (*InvoiceNewzwareAccountInquiry) ProtoMessage()

func (*InvoiceNewzwareAccountInquiry) ProtoReflect added in v1.7.32

func (*InvoiceNewzwareAccountInquiry) Reset added in v1.7.32

func (x *InvoiceNewzwareAccountInquiry) Reset()

func (*InvoiceNewzwareAccountInquiry) String added in v1.7.32

type InvoiceTemplate

type InvoiceTemplate struct {

	// top level of the invoice
	AccountFields []*FieldDefinition `protobuf:"bytes,1,rep,name=account_fields,json=accountFields,proto3" json:"account_fields,omitempty"`
	// if this level contains repeated fields, then we have an account with multiple invoices.
	// most often this will only contain non-repeated fields, and we will just have the one invoice.
	// a repeated field is a field name that has a '#' in the name.
	// example: "detail.result.#._calculatedPatientResponsiblity"
	// If there is only 1 invoice, this array will only have 1 item in it
	InvoiceDescriptions []*InvoiceDescription `protobuf:"bytes,3,rep,name=invoice_descriptions,json=invoiceDescriptions,proto3" json:"invoice_descriptions,omitempty"`
	// contains filtered or unexported fields
}

func (*InvoiceTemplate) Descriptor deprecated

func (*InvoiceTemplate) Descriptor() ([]byte, []int)

Deprecated: Use InvoiceTemplate.ProtoReflect.Descriptor instead.

func (*InvoiceTemplate) GetAccountFields

func (x *InvoiceTemplate) GetAccountFields() []*FieldDefinition

func (*InvoiceTemplate) GetInvoiceDescriptions

func (x *InvoiceTemplate) GetInvoiceDescriptions() []*InvoiceDescription

func (*InvoiceTemplate) ProtoMessage

func (*InvoiceTemplate) ProtoMessage()

func (*InvoiceTemplate) ProtoReflect

func (x *InvoiceTemplate) ProtoReflect() protoreflect.Message

func (*InvoiceTemplate) Reset

func (x *InvoiceTemplate) Reset()

func (*InvoiceTemplate) String

func (x *InvoiceTemplate) String() string

type Invoices

type Invoices struct {
	TopLevelFields []*InvoiceField `protobuf:"bytes,1,rep,name=top_level_fields,json=topLevelFields,proto3" json:"top_level_fields,omitempty"`
	Invoices       []*Invoice      `protobuf:"bytes,2,rep,name=invoices,proto3" json:"invoices,omitempty"`
	// contains filtered or unexported fields
}

func (*Invoices) Descriptor deprecated

func (*Invoices) Descriptor() ([]byte, []int)

Deprecated: Use Invoices.ProtoReflect.Descriptor instead.

func (*Invoices) GetInvoices

func (x *Invoices) GetInvoices() []*Invoice

func (*Invoices) GetTopLevelFields

func (x *Invoices) GetTopLevelFields() []*InvoiceField

func (*Invoices) ProtoMessage

func (*Invoices) ProtoMessage()

func (*Invoices) ProtoReflect

func (x *Invoices) ProtoReflect() protoreflect.Message

func (*Invoices) Reset

func (x *Invoices) Reset()

func (*Invoices) String

func (x *Invoices) String() string

type Item

type Item struct {
	Fields []*InvoiceField `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*Item) Descriptor deprecated

func (*Item) Descriptor() ([]byte, []int)

Deprecated: Use Item.ProtoReflect.Descriptor instead.

func (*Item) GetFields

func (x *Item) GetFields() []*InvoiceField

func (*Item) ProtoMessage

func (*Item) ProtoMessage()

func (*Item) ProtoReflect

func (x *Item) ProtoReflect() protoreflect.Message

func (*Item) Reset

func (x *Item) Reset()

func (*Item) String

func (x *Item) String() string

type LineItemGroup

type LineItemGroup struct {

	// all fields reference a description of a single item on an invoice
	LineItemFields []*FieldDefinition `protobuf:"bytes,1,rep,name=line_item_fields,json=lineItemFields,proto3" json:"line_item_fields,omitempty"`
	// contains filtered or unexported fields
}

func (*LineItemGroup) Descriptor deprecated

func (*LineItemGroup) Descriptor() ([]byte, []int)

Deprecated: Use LineItemGroup.ProtoReflect.Descriptor instead.

func (*LineItemGroup) GetLineItemFields

func (x *LineItemGroup) GetLineItemFields() []*FieldDefinition

func (*LineItemGroup) ProtoMessage

func (*LineItemGroup) ProtoMessage()

func (*LineItemGroup) ProtoReflect

func (x *LineItemGroup) ProtoReflect() protoreflect.Message

func (*LineItemGroup) Reset

func (x *LineItemGroup) Reset()

func (*LineItemGroup) String

func (x *LineItemGroup) String() string

type ListOfStrings

type ListOfStrings struct {
	Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOfStrings) Descriptor deprecated

func (*ListOfStrings) Descriptor() ([]byte, []int)

Deprecated: Use ListOfStrings.ProtoReflect.Descriptor instead.

func (*ListOfStrings) GetValues

func (x *ListOfStrings) GetValues() []string

func (*ListOfStrings) ProtoMessage

func (*ListOfStrings) ProtoMessage()

func (*ListOfStrings) ProtoReflect

func (x *ListOfStrings) ProtoReflect() protoreflect.Message

func (*ListOfStrings) Reset

func (x *ListOfStrings) Reset()

func (*ListOfStrings) String

func (x *ListOfStrings) String() string

type PaymentAuthorizeNetACH

type PaymentAuthorizeNetACH struct {
	// contains filtered or unexported fields
}

func (*PaymentAuthorizeNetACH) Descriptor deprecated

func (*PaymentAuthorizeNetACH) Descriptor() ([]byte, []int)

Deprecated: Use PaymentAuthorizeNetACH.ProtoReflect.Descriptor instead.

func (*PaymentAuthorizeNetACH) ProtoMessage

func (*PaymentAuthorizeNetACH) ProtoMessage()

func (*PaymentAuthorizeNetACH) ProtoReflect

func (x *PaymentAuthorizeNetACH) ProtoReflect() protoreflect.Message

func (*PaymentAuthorizeNetACH) Reset

func (x *PaymentAuthorizeNetACH) Reset()

func (*PaymentAuthorizeNetACH) String

func (x *PaymentAuthorizeNetACH) String() string

type PaymentAuthorizeNetApplePay

type PaymentAuthorizeNetApplePay struct {
	// contains filtered or unexported fields
}

func (*PaymentAuthorizeNetApplePay) Descriptor deprecated

func (*PaymentAuthorizeNetApplePay) Descriptor() ([]byte, []int)

Deprecated: Use PaymentAuthorizeNetApplePay.ProtoReflect.Descriptor instead.

func (*PaymentAuthorizeNetApplePay) ProtoMessage

func (*PaymentAuthorizeNetApplePay) ProtoMessage()

func (*PaymentAuthorizeNetApplePay) ProtoReflect

func (*PaymentAuthorizeNetApplePay) Reset

func (x *PaymentAuthorizeNetApplePay) Reset()

func (*PaymentAuthorizeNetApplePay) String

func (x *PaymentAuthorizeNetApplePay) String() string

type PaymentAuthorizeNetCC

type PaymentAuthorizeNetCC struct {
	// contains filtered or unexported fields
}

func (*PaymentAuthorizeNetCC) Descriptor deprecated

func (*PaymentAuthorizeNetCC) Descriptor() ([]byte, []int)

Deprecated: Use PaymentAuthorizeNetCC.ProtoReflect.Descriptor instead.

func (*PaymentAuthorizeNetCC) ProtoMessage

func (*PaymentAuthorizeNetCC) ProtoMessage()

func (*PaymentAuthorizeNetCC) ProtoReflect

func (x *PaymentAuthorizeNetCC) ProtoReflect() protoreflect.Message

func (*PaymentAuthorizeNetCC) Reset

func (x *PaymentAuthorizeNetCC) Reset()

func (*PaymentAuthorizeNetCC) String

func (x *PaymentAuthorizeNetCC) String() string

type PaymentAuthorizeNetGooglePay

type PaymentAuthorizeNetGooglePay struct {
	// contains filtered or unexported fields
}

func (*PaymentAuthorizeNetGooglePay) Descriptor deprecated

func (*PaymentAuthorizeNetGooglePay) Descriptor() ([]byte, []int)

Deprecated: Use PaymentAuthorizeNetGooglePay.ProtoReflect.Descriptor instead.

func (*PaymentAuthorizeNetGooglePay) ProtoMessage

func (*PaymentAuthorizeNetGooglePay) ProtoMessage()

func (*PaymentAuthorizeNetGooglePay) ProtoReflect

func (*PaymentAuthorizeNetGooglePay) Reset

func (x *PaymentAuthorizeNetGooglePay) Reset()

func (*PaymentAuthorizeNetGooglePay) String

type PaymentAuthorizeNetPaypal

type PaymentAuthorizeNetPaypal struct {
	// contains filtered or unexported fields
}

func (*PaymentAuthorizeNetPaypal) Descriptor deprecated

func (*PaymentAuthorizeNetPaypal) Descriptor() ([]byte, []int)

Deprecated: Use PaymentAuthorizeNetPaypal.ProtoReflect.Descriptor instead.

func (*PaymentAuthorizeNetPaypal) ProtoMessage

func (*PaymentAuthorizeNetPaypal) ProtoMessage()

func (*PaymentAuthorizeNetPaypal) ProtoReflect

func (*PaymentAuthorizeNetPaypal) Reset

func (x *PaymentAuthorizeNetPaypal) Reset()

func (*PaymentAuthorizeNetPaypal) String

func (x *PaymentAuthorizeNetPaypal) String() string

type PaymentExperianACH

type PaymentExperianACH struct {

	// if true instead of using the account number uploaded to textpay,
	// we send the payment with the account number returned on the invoice
	UseInvoiceAccountNumber bool `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PaymentExperianACH) Descriptor deprecated

func (*PaymentExperianACH) Descriptor() ([]byte, []int)

Deprecated: Use PaymentExperianACH.ProtoReflect.Descriptor instead.

func (*PaymentExperianACH) GetUseInvoiceAccountNumber added in v1.7.35

func (x *PaymentExperianACH) GetUseInvoiceAccountNumber() bool

func (*PaymentExperianACH) ProtoMessage

func (*PaymentExperianACH) ProtoMessage()

func (*PaymentExperianACH) ProtoReflect

func (x *PaymentExperianACH) ProtoReflect() protoreflect.Message

func (*PaymentExperianACH) Reset

func (x *PaymentExperianACH) Reset()

func (*PaymentExperianACH) String

func (x *PaymentExperianACH) String() string

type PaymentExperianCC

type PaymentExperianCC struct {

	// if true instead of using the account number uploaded to textpay,
	// we send the payment with the account number returned on the invoice
	UseInvoiceAccountNumber bool `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

payment flows

func (*PaymentExperianCC) Descriptor deprecated

func (*PaymentExperianCC) Descriptor() ([]byte, []int)

Deprecated: Use PaymentExperianCC.ProtoReflect.Descriptor instead.

func (*PaymentExperianCC) GetUseInvoiceAccountNumber added in v1.7.35

func (x *PaymentExperianCC) GetUseInvoiceAccountNumber() bool

func (*PaymentExperianCC) ProtoMessage

func (*PaymentExperianCC) ProtoMessage()

func (*PaymentExperianCC) ProtoReflect

func (x *PaymentExperianCC) ProtoReflect() protoreflect.Message

func (*PaymentExperianCC) Reset

func (x *PaymentExperianCC) Reset()

func (*PaymentExperianCC) String

func (x *PaymentExperianCC) String() string

type PaymentFinviACH added in v1.8.6

type PaymentFinviACH struct {
	// contains filtered or unexported fields
}

func (*PaymentFinviACH) Descriptor deprecated added in v1.8.6

func (*PaymentFinviACH) Descriptor() ([]byte, []int)

Deprecated: Use PaymentFinviACH.ProtoReflect.Descriptor instead.

func (*PaymentFinviACH) ProtoMessage added in v1.8.6

func (*PaymentFinviACH) ProtoMessage()

func (*PaymentFinviACH) ProtoReflect added in v1.8.6

func (x *PaymentFinviACH) ProtoReflect() protoreflect.Message

func (*PaymentFinviACH) Reset added in v1.8.6

func (x *PaymentFinviACH) Reset()

func (*PaymentFinviACH) String added in v1.8.6

func (x *PaymentFinviACH) String() string

type PaymentFinviCC added in v1.8.6

type PaymentFinviCC struct {
	// contains filtered or unexported fields
}

func (*PaymentFinviCC) Descriptor deprecated added in v1.8.6

func (*PaymentFinviCC) Descriptor() ([]byte, []int)

Deprecated: Use PaymentFinviCC.ProtoReflect.Descriptor instead.

func (*PaymentFinviCC) ProtoMessage added in v1.8.6

func (*PaymentFinviCC) ProtoMessage()

func (*PaymentFinviCC) ProtoReflect added in v1.8.6

func (x *PaymentFinviCC) ProtoReflect() protoreflect.Message

func (*PaymentFinviCC) Reset added in v1.8.6

func (x *PaymentFinviCC) Reset()

func (*PaymentFinviCC) String added in v1.8.6

func (x *PaymentFinviCC) String() string

type PaymentFlow

type PaymentFlow struct {
	PluginInstanceId string `protobuf:"bytes,1,opt,name=plugin_instance_id,json=pluginInstanceId,proto3" json:"plugin_instance_id,omitempty"`
	// Types that are assignable to Value:
	//
	//	*PaymentFlow_ExperianCc
	//	*PaymentFlow_ExperianAch
	//	*PaymentFlow_AuthorizeNetCc
	//	*PaymentFlow_AuthorizeNetAch
	//	*PaymentFlow_AuthorizeNetPaypal
	//	*PaymentFlow_AuthorizeNetApplePay
	//	*PaymentFlow_AuthorizeNetGooglePay
	//	*PaymentFlow_PaywaySubmitCardSaleRequest
	//	*PaymentFlow_PaywaySubmitAchAlertRequest
	//	*PaymentFlow_NewzwareCc
	//	*PaymentFlow_NewzwareAch
	//	*PaymentFlow_PriocommerceCc
	//	*PaymentFlow_PriocommerceAch
	//	*PaymentFlow_PaymentvisionCc
	//	*PaymentFlow_PaymentvisionAch
	//	*PaymentFlow_PaymentstellaCc
	//	*PaymentFlow_PaymentstellaEcheck
	//	*PaymentFlow_SwervePayCc
	//	*PaymentFlow_SwervePayAch
	Value isPaymentFlow_Value `protobuf_oneof:"value"`
	// the fields the user will use for the payment form
	// must be a subset of fields that is enough data to make the api call.
	// These fields are provided to allow display name, and helper text to be edited.
	// on the payment screen form.
	PaymentFields []*FieldDefinition `protobuf:"bytes,20,rep,name=payment_fields,json=paymentFields,proto3" json:"payment_fields,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentFlow) Descriptor deprecated

func (*PaymentFlow) Descriptor() ([]byte, []int)

Deprecated: Use PaymentFlow.ProtoReflect.Descriptor instead.

func (*PaymentFlow) GetAuthorizeNetAch

func (x *PaymentFlow) GetAuthorizeNetAch() *PaymentAuthorizeNetACH

func (*PaymentFlow) GetAuthorizeNetApplePay

func (x *PaymentFlow) GetAuthorizeNetApplePay() *PaymentAuthorizeNetApplePay

func (*PaymentFlow) GetAuthorizeNetCc

func (x *PaymentFlow) GetAuthorizeNetCc() *PaymentAuthorizeNetCC

func (*PaymentFlow) GetAuthorizeNetGooglePay

func (x *PaymentFlow) GetAuthorizeNetGooglePay() *PaymentAuthorizeNetGooglePay

func (*PaymentFlow) GetAuthorizeNetPaypal

func (x *PaymentFlow) GetAuthorizeNetPaypal() *PaymentAuthorizeNetPaypal

func (*PaymentFlow) GetExperianAch

func (x *PaymentFlow) GetExperianAch() *PaymentExperianACH

func (*PaymentFlow) GetExperianCc

func (x *PaymentFlow) GetExperianCc() *PaymentExperianCC

func (*PaymentFlow) GetNewzwareAch added in v1.7.32

func (x *PaymentFlow) GetNewzwareAch() *PaymentNewzwareAch

func (*PaymentFlow) GetNewzwareCc added in v1.7.32

func (x *PaymentFlow) GetNewzwareCc() *PaymentNewzwareCc

func (*PaymentFlow) GetPaymentFields

func (x *PaymentFlow) GetPaymentFields() []*FieldDefinition

func (*PaymentFlow) GetPaymentstellaCc added in v1.8.5

func (x *PaymentFlow) GetPaymentstellaCc() *PaymentStellaCc

func (*PaymentFlow) GetPaymentstellaEcheck added in v1.8.5

func (x *PaymentFlow) GetPaymentstellaEcheck() *PaymentStellaECheck

func (*PaymentFlow) GetPaymentvisionAch added in v1.7.50

func (x *PaymentFlow) GetPaymentvisionAch() *PaymentVisionACH

func (*PaymentFlow) GetPaymentvisionCc added in v1.7.50

func (x *PaymentFlow) GetPaymentvisionCc() *PaymentVisionCC

func (*PaymentFlow) GetPaywaySubmitAchAlertRequest added in v1.7.23

func (x *PaymentFlow) GetPaywaySubmitAchAlertRequest() *PaymentPaywaySubmitACHAlertRequest

func (*PaymentFlow) GetPaywaySubmitCardSaleRequest added in v1.7.23

func (x *PaymentFlow) GetPaywaySubmitCardSaleRequest() *PaymentPaywaySubmitCardSaleRequest

func (*PaymentFlow) GetPluginInstanceId

func (x *PaymentFlow) GetPluginInstanceId() string

func (*PaymentFlow) GetPriocommerceAch added in v1.7.34

func (x *PaymentFlow) GetPriocommerceAch() *PaymentPriocommerceAch

func (*PaymentFlow) GetPriocommerceCc added in v1.7.34

func (x *PaymentFlow) GetPriocommerceCc() *PaymentPriocommerceCc

func (*PaymentFlow) GetSwervePayAch added in v1.8.14

func (x *PaymentFlow) GetSwervePayAch() *PaymentSwervePayACH

func (*PaymentFlow) GetSwervePayCc added in v1.8.14

func (x *PaymentFlow) GetSwervePayCc() *PaymentSwervePayCC

func (*PaymentFlow) GetValue

func (m *PaymentFlow) GetValue() isPaymentFlow_Value

func (*PaymentFlow) ProtoMessage

func (*PaymentFlow) ProtoMessage()

func (*PaymentFlow) ProtoReflect

func (x *PaymentFlow) ProtoReflect() protoreflect.Message

func (*PaymentFlow) Reset

func (x *PaymentFlow) Reset()

func (*PaymentFlow) String

func (x *PaymentFlow) String() string

type PaymentFlow_AuthorizeNetAch

type PaymentFlow_AuthorizeNetAch struct {
	AuthorizeNetAch *PaymentAuthorizeNetACH `protobuf:"bytes,5,opt,name=authorize_net_ach,json=authorizeNetAch,proto3,oneof"`
}

type PaymentFlow_AuthorizeNetApplePay

type PaymentFlow_AuthorizeNetApplePay struct {
	AuthorizeNetApplePay *PaymentAuthorizeNetApplePay `protobuf:"bytes,7,opt,name=authorize_net_apple_pay,json=authorizeNetApplePay,proto3,oneof"`
}

type PaymentFlow_AuthorizeNetCc

type PaymentFlow_AuthorizeNetCc struct {
	AuthorizeNetCc *PaymentAuthorizeNetCC `protobuf:"bytes,4,opt,name=authorize_net_cc,json=authorizeNetCc,proto3,oneof"`
}

type PaymentFlow_AuthorizeNetGooglePay

type PaymentFlow_AuthorizeNetGooglePay struct {
	AuthorizeNetGooglePay *PaymentAuthorizeNetGooglePay `protobuf:"bytes,8,opt,name=authorize_net_google_pay,json=authorizeNetGooglePay,proto3,oneof"`
}

type PaymentFlow_AuthorizeNetPaypal

type PaymentFlow_AuthorizeNetPaypal struct {
	AuthorizeNetPaypal *PaymentAuthorizeNetPaypal `protobuf:"bytes,6,opt,name=authorize_net_paypal,json=authorizeNetPaypal,proto3,oneof"`
}

type PaymentFlow_ExperianAch

type PaymentFlow_ExperianAch struct {
	ExperianAch *PaymentExperianACH `protobuf:"bytes,3,opt,name=experian_ach,json=experianAch,proto3,oneof"`
}

type PaymentFlow_ExperianCc

type PaymentFlow_ExperianCc struct {
	ExperianCc *PaymentExperianCC `protobuf:"bytes,2,opt,name=experian_cc,json=experianCc,proto3,oneof"`
}

type PaymentFlow_NewzwareAch added in v1.7.32

type PaymentFlow_NewzwareAch struct {
	NewzwareAch *PaymentNewzwareAch `protobuf:"bytes,12,opt,name=newzware_ach,json=newzwareAch,proto3,oneof"`
}

type PaymentFlow_NewzwareCc added in v1.7.32

type PaymentFlow_NewzwareCc struct {
	NewzwareCc *PaymentNewzwareCc `protobuf:"bytes,11,opt,name=newzware_cc,json=newzwareCc,proto3,oneof"`
}

type PaymentFlow_PaymentstellaCc added in v1.8.5

type PaymentFlow_PaymentstellaCc struct {
	PaymentstellaCc *PaymentStellaCc `protobuf:"bytes,17,opt,name=paymentstella_cc,json=paymentstellaCc,proto3,oneof"`
}

type PaymentFlow_PaymentstellaEcheck added in v1.8.5

type PaymentFlow_PaymentstellaEcheck struct {
	PaymentstellaEcheck *PaymentStellaECheck `protobuf:"bytes,18,opt,name=paymentstella_echeck,json=paymentstellaEcheck,proto3,oneof"`
}

type PaymentFlow_PaymentvisionAch added in v1.7.50

type PaymentFlow_PaymentvisionAch struct {
	PaymentvisionAch *PaymentVisionACH `protobuf:"bytes,16,opt,name=paymentvision_ach,json=paymentvisionAch,proto3,oneof"`
}

type PaymentFlow_PaymentvisionCc added in v1.7.50

type PaymentFlow_PaymentvisionCc struct {
	PaymentvisionCc *PaymentVisionCC `protobuf:"bytes,15,opt,name=paymentvision_cc,json=paymentvisionCc,proto3,oneof"`
}

type PaymentFlow_PaywaySubmitAchAlertRequest added in v1.7.23

type PaymentFlow_PaywaySubmitAchAlertRequest struct {
	PaywaySubmitAchAlertRequest *PaymentPaywaySubmitACHAlertRequest `protobuf:"bytes,10,opt,name=payway_submit_ach_alert_request,json=paywaySubmitAchAlertRequest,proto3,oneof"`
}

type PaymentFlow_PaywaySubmitCardSaleRequest added in v1.7.23

type PaymentFlow_PaywaySubmitCardSaleRequest struct {
	PaywaySubmitCardSaleRequest *PaymentPaywaySubmitCardSaleRequest `protobuf:"bytes,9,opt,name=payway_submit_card_sale_request,json=paywaySubmitCardSaleRequest,proto3,oneof"`
}

type PaymentFlow_PriocommerceAch added in v1.7.34

type PaymentFlow_PriocommerceAch struct {
	PriocommerceAch *PaymentPriocommerceAch `protobuf:"bytes,14,opt,name=priocommerce_ach,json=priocommerceAch,proto3,oneof"`
}

type PaymentFlow_PriocommerceCc added in v1.7.34

type PaymentFlow_PriocommerceCc struct {
	PriocommerceCc *PaymentPriocommerceCc `protobuf:"bytes,13,opt,name=priocommerce_cc,json=priocommerceCc,proto3,oneof"`
}

type PaymentFlow_SwervePayAch added in v1.8.14

type PaymentFlow_SwervePayAch struct {
	// Had to skip ID 20 here because it is already used for payment_fields
	SwervePayAch *PaymentSwervePayACH `protobuf:"bytes,21,opt,name=swervePay_ach,json=swervePayAch,proto3,oneof"`
}

type PaymentFlow_SwervePayCc added in v1.8.14

type PaymentFlow_SwervePayCc struct {
	SwervePayCc *PaymentSwervePayCC `protobuf:"bytes,19,opt,name=swervePay_cc,json=swervePayCc,proto3,oneof"`
}

type PaymentNewzwareAch added in v1.7.32

type PaymentNewzwareAch struct {
	// contains filtered or unexported fields
}

func (*PaymentNewzwareAch) Descriptor deprecated added in v1.7.32

func (*PaymentNewzwareAch) Descriptor() ([]byte, []int)

Deprecated: Use PaymentNewzwareAch.ProtoReflect.Descriptor instead.

func (*PaymentNewzwareAch) ProtoMessage added in v1.7.32

func (*PaymentNewzwareAch) ProtoMessage()

func (*PaymentNewzwareAch) ProtoReflect added in v1.7.32

func (x *PaymentNewzwareAch) ProtoReflect() protoreflect.Message

func (*PaymentNewzwareAch) Reset added in v1.7.32

func (x *PaymentNewzwareAch) Reset()

func (*PaymentNewzwareAch) String added in v1.7.32

func (x *PaymentNewzwareAch) String() string

type PaymentNewzwareCc added in v1.7.32

type PaymentNewzwareCc struct {
	// contains filtered or unexported fields
}

func (*PaymentNewzwareCc) Descriptor deprecated added in v1.7.32

func (*PaymentNewzwareCc) Descriptor() ([]byte, []int)

Deprecated: Use PaymentNewzwareCc.ProtoReflect.Descriptor instead.

func (*PaymentNewzwareCc) ProtoMessage added in v1.7.32

func (*PaymentNewzwareCc) ProtoMessage()

func (*PaymentNewzwareCc) ProtoReflect added in v1.7.32

func (x *PaymentNewzwareCc) ProtoReflect() protoreflect.Message

func (*PaymentNewzwareCc) Reset added in v1.7.32

func (x *PaymentNewzwareCc) Reset()

func (*PaymentNewzwareCc) String added in v1.7.32

func (x *PaymentNewzwareCc) String() string

type PaymentPaywaySubmitACHAlertRequest added in v1.7.23

type PaymentPaywaySubmitACHAlertRequest struct {
	// contains filtered or unexported fields
}

func (*PaymentPaywaySubmitACHAlertRequest) Descriptor deprecated added in v1.7.23

func (*PaymentPaywaySubmitACHAlertRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentPaywaySubmitACHAlertRequest.ProtoReflect.Descriptor instead.

func (*PaymentPaywaySubmitACHAlertRequest) ProtoMessage added in v1.7.23

func (*PaymentPaywaySubmitACHAlertRequest) ProtoMessage()

func (*PaymentPaywaySubmitACHAlertRequest) ProtoReflect added in v1.7.23

func (*PaymentPaywaySubmitACHAlertRequest) Reset added in v1.7.23

func (*PaymentPaywaySubmitACHAlertRequest) String added in v1.7.23

type PaymentPaywaySubmitCardSaleRequest added in v1.7.23

type PaymentPaywaySubmitCardSaleRequest struct {
	// contains filtered or unexported fields
}

func (*PaymentPaywaySubmitCardSaleRequest) Descriptor deprecated added in v1.7.23

func (*PaymentPaywaySubmitCardSaleRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentPaywaySubmitCardSaleRequest.ProtoReflect.Descriptor instead.

func (*PaymentPaywaySubmitCardSaleRequest) ProtoMessage added in v1.7.23

func (*PaymentPaywaySubmitCardSaleRequest) ProtoMessage()

func (*PaymentPaywaySubmitCardSaleRequest) ProtoReflect added in v1.7.23

func (*PaymentPaywaySubmitCardSaleRequest) Reset added in v1.7.23

func (*PaymentPaywaySubmitCardSaleRequest) String added in v1.7.23

type PaymentPriocommerceAch added in v1.7.34

type PaymentPriocommerceAch struct {
	// contains filtered or unexported fields
}

func (*PaymentPriocommerceAch) Descriptor deprecated added in v1.7.34

func (*PaymentPriocommerceAch) Descriptor() ([]byte, []int)

Deprecated: Use PaymentPriocommerceAch.ProtoReflect.Descriptor instead.

func (*PaymentPriocommerceAch) ProtoMessage added in v1.7.34

func (*PaymentPriocommerceAch) ProtoMessage()

func (*PaymentPriocommerceAch) ProtoReflect added in v1.7.34

func (x *PaymentPriocommerceAch) ProtoReflect() protoreflect.Message

func (*PaymentPriocommerceAch) Reset added in v1.7.34

func (x *PaymentPriocommerceAch) Reset()

func (*PaymentPriocommerceAch) String added in v1.7.34

func (x *PaymentPriocommerceAch) String() string

type PaymentPriocommerceCc added in v1.7.34

type PaymentPriocommerceCc struct {
	// contains filtered or unexported fields
}

func (*PaymentPriocommerceCc) Descriptor deprecated added in v1.7.34

func (*PaymentPriocommerceCc) Descriptor() ([]byte, []int)

Deprecated: Use PaymentPriocommerceCc.ProtoReflect.Descriptor instead.

func (*PaymentPriocommerceCc) ProtoMessage added in v1.7.34

func (*PaymentPriocommerceCc) ProtoMessage()

func (*PaymentPriocommerceCc) ProtoReflect added in v1.7.34

func (x *PaymentPriocommerceCc) ProtoReflect() protoreflect.Message

func (*PaymentPriocommerceCc) Reset added in v1.7.34

func (x *PaymentPriocommerceCc) Reset()

func (*PaymentPriocommerceCc) String added in v1.7.34

func (x *PaymentPriocommerceCc) String() string

type PaymentStellaCc added in v1.8.5

type PaymentStellaCc struct {
	// contains filtered or unexported fields
}

func (*PaymentStellaCc) Descriptor deprecated added in v1.8.5

func (*PaymentStellaCc) Descriptor() ([]byte, []int)

Deprecated: Use PaymentStellaCc.ProtoReflect.Descriptor instead.

func (*PaymentStellaCc) ProtoMessage added in v1.8.5

func (*PaymentStellaCc) ProtoMessage()

func (*PaymentStellaCc) ProtoReflect added in v1.8.5

func (x *PaymentStellaCc) ProtoReflect() protoreflect.Message

func (*PaymentStellaCc) Reset added in v1.8.5

func (x *PaymentStellaCc) Reset()

func (*PaymentStellaCc) String added in v1.8.5

func (x *PaymentStellaCc) String() string

type PaymentStellaECheck added in v1.8.5

type PaymentStellaECheck struct {
	// contains filtered or unexported fields
}

func (*PaymentStellaECheck) Descriptor deprecated added in v1.8.5

func (*PaymentStellaECheck) Descriptor() ([]byte, []int)

Deprecated: Use PaymentStellaECheck.ProtoReflect.Descriptor instead.

func (*PaymentStellaECheck) ProtoMessage added in v1.8.5

func (*PaymentStellaECheck) ProtoMessage()

func (*PaymentStellaECheck) ProtoReflect added in v1.8.5

func (x *PaymentStellaECheck) ProtoReflect() protoreflect.Message

func (*PaymentStellaECheck) Reset added in v1.8.5

func (x *PaymentStellaECheck) Reset()

func (*PaymentStellaECheck) String added in v1.8.5

func (x *PaymentStellaECheck) String() string

type PaymentSwervePayACH added in v1.8.14

type PaymentSwervePayACH struct {
	// contains filtered or unexported fields
}

func (*PaymentSwervePayACH) Descriptor deprecated added in v1.8.14

func (*PaymentSwervePayACH) Descriptor() ([]byte, []int)

Deprecated: Use PaymentSwervePayACH.ProtoReflect.Descriptor instead.

func (*PaymentSwervePayACH) ProtoMessage added in v1.8.14

func (*PaymentSwervePayACH) ProtoMessage()

func (*PaymentSwervePayACH) ProtoReflect added in v1.8.14

func (x *PaymentSwervePayACH) ProtoReflect() protoreflect.Message

func (*PaymentSwervePayACH) Reset added in v1.8.14

func (x *PaymentSwervePayACH) Reset()

func (*PaymentSwervePayACH) String added in v1.8.14

func (x *PaymentSwervePayACH) String() string

type PaymentSwervePayCC added in v1.8.14

type PaymentSwervePayCC struct {
	// contains filtered or unexported fields
}

func (*PaymentSwervePayCC) Descriptor deprecated added in v1.8.14

func (*PaymentSwervePayCC) Descriptor() ([]byte, []int)

Deprecated: Use PaymentSwervePayCC.ProtoReflect.Descriptor instead.

func (*PaymentSwervePayCC) ProtoMessage added in v1.8.14

func (*PaymentSwervePayCC) ProtoMessage()

func (*PaymentSwervePayCC) ProtoReflect added in v1.8.14

func (x *PaymentSwervePayCC) ProtoReflect() protoreflect.Message

func (*PaymentSwervePayCC) Reset added in v1.8.14

func (x *PaymentSwervePayCC) Reset()

func (*PaymentSwervePayCC) String added in v1.8.14

func (x *PaymentSwervePayCC) String() string

type PaymentVisionACH added in v1.7.50

type PaymentVisionACH struct {
	// contains filtered or unexported fields
}

func (*PaymentVisionACH) Descriptor deprecated added in v1.7.50

func (*PaymentVisionACH) Descriptor() ([]byte, []int)

Deprecated: Use PaymentVisionACH.ProtoReflect.Descriptor instead.

func (*PaymentVisionACH) ProtoMessage added in v1.7.50

func (*PaymentVisionACH) ProtoMessage()

func (*PaymentVisionACH) ProtoReflect added in v1.7.50

func (x *PaymentVisionACH) ProtoReflect() protoreflect.Message

func (*PaymentVisionACH) Reset added in v1.7.50

func (x *PaymentVisionACH) Reset()

func (*PaymentVisionACH) String added in v1.7.50

func (x *PaymentVisionACH) String() string

type PaymentVisionCC added in v1.7.50

type PaymentVisionCC struct {
	// contains filtered or unexported fields
}

func (*PaymentVisionCC) Descriptor deprecated added in v1.7.50

func (*PaymentVisionCC) Descriptor() ([]byte, []int)

Deprecated: Use PaymentVisionCC.ProtoReflect.Descriptor instead.

func (*PaymentVisionCC) ProtoMessage added in v1.7.50

func (*PaymentVisionCC) ProtoMessage()

func (*PaymentVisionCC) ProtoReflect added in v1.7.50

func (x *PaymentVisionCC) ProtoReflect() protoreflect.Message

func (*PaymentVisionCC) Reset added in v1.7.50

func (x *PaymentVisionCC) Reset()

func (*PaymentVisionCC) String added in v1.7.50

func (x *PaymentVisionCC) String() string

type Receipt added in v1.8.19

type Receipt struct {
	Fields []*ReceiptField `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*Receipt) Descriptor deprecated added in v1.8.19

func (*Receipt) Descriptor() ([]byte, []int)

Deprecated: Use Receipt.ProtoReflect.Descriptor instead.

func (*Receipt) GetFields added in v1.8.19

func (x *Receipt) GetFields() []*ReceiptField

func (*Receipt) ProtoMessage added in v1.8.19

func (*Receipt) ProtoMessage()

func (*Receipt) ProtoReflect added in v1.8.19

func (x *Receipt) ProtoReflect() protoreflect.Message

func (*Receipt) Reset added in v1.8.19

func (x *Receipt) Reset()

func (*Receipt) String added in v1.8.19

func (x *Receipt) String() string

type ReceiptField added in v1.8.19

type ReceiptField struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Value       string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// what the field should validate as,
	// and how the front end should present the field to the user
	ValidationType Validation `` /* 145-byte string literal not displayed */
	// The datetime format allowed to use for date types.
	// if left blank, a default set of format will be accepted
	Format string `protobuf:"bytes,5,opt,name=format,proto3" json:"format,omitempty"`
	// contains filtered or unexported fields
}

func (*ReceiptField) Descriptor deprecated added in v1.8.19

func (*ReceiptField) Descriptor() ([]byte, []int)

Deprecated: Use ReceiptField.ProtoReflect.Descriptor instead.

func (*ReceiptField) GetDisplayName added in v1.8.19

func (x *ReceiptField) GetDisplayName() string

func (*ReceiptField) GetFormat added in v1.8.20

func (x *ReceiptField) GetFormat() string

func (*ReceiptField) GetName added in v1.8.19

func (x *ReceiptField) GetName() string

func (*ReceiptField) GetValidationType added in v1.8.20

func (x *ReceiptField) GetValidationType() Validation

func (*ReceiptField) GetValue added in v1.8.19

func (x *ReceiptField) GetValue() string

func (*ReceiptField) ProtoMessage added in v1.8.19

func (*ReceiptField) ProtoMessage()

func (*ReceiptField) ProtoReflect added in v1.8.19

func (x *ReceiptField) ProtoReflect() protoreflect.Message

func (*ReceiptField) Reset added in v1.8.19

func (x *ReceiptField) Reset()

func (*ReceiptField) String added in v1.8.19

func (x *ReceiptField) String() string

type RequestMethod

type RequestMethod int32

all supported methods that can be called prefixed with the integration_type name.

const (
	RequestMethod_REQUEST_METHOD_UNKNOWN                                    RequestMethod = 0
	RequestMethod_REQUEST_METHOD_BRAINTREE_CREDITSALE                       RequestMethod = 101
	RequestMethod_REQUEST_METHOD_BRAINTREE_BANKSALE                         RequestMethod = 102
	RequestMethod_REQUEST_METHOD_RELATIENT_GETPATIENTBALANCE                RequestMethod = 201
	RequestMethod_REQUEST_METHOD_RELATIENT_GETPATIENTCCTOKENS               RequestMethod = 202
	RequestMethod_REQUEST_METHOD_RELATIENT_POSTPATIENTTOKEN                 RequestMethod = 203
	RequestMethod_REQUEST_METHOD_RELATIENT_POSTPATIENTBALANCE               RequestMethod = 204
	RequestMethod_REQUEST_METHOD_RELATIENT_GETPATIENT                       RequestMethod = 205
	RequestMethod_REQUEST_METHOD_RELATIENT_POSTBALANCEBYID                  RequestMethod = 206
	RequestMethod_REQUEST_METHOD_RELATIENT_CREATE_FORTIS_ACHTOKEN           RequestMethod = 207
	RequestMethod_REQUEST_METHOD_RELATIENT_CREATE_FORTIS_CCTOKEN            RequestMethod = 208
	RequestMethod_REQUEST_METHOD_RELATIENT_FORTIS_TOKEN_ACH_DEBIT_PAYMENT   RequestMethod = 209
	RequestMethod_REQUEST_METHOD_RELATIENT_FORTIS_TOKEN_CC_PAYMENT          RequestMethod = 210
	RequestMethod_REQUEST_METHOD_CYBERSOURCE_CREDITPAYMENT                  RequestMethod = 301
	RequestMethod_REQUEST_METHOD_CYBERSOURCE_ECHECKPAYMENT                  RequestMethod = 302
	RequestMethod_REQUEST_METHOD_CIRCPRO_PHONELOOKUPWITHBUNDLE              RequestMethod = 401
	RequestMethod_REQUEST_METHOD_CIRCPRO_PHONELOOKUP                        RequestMethod = 402
	RequestMethod_REQUEST_METHOD_CIRCPRO_VACATIONRESTARTINQUIRY             RequestMethod = 403
	RequestMethod_REQUEST_METHOD_CIRCPRO_COMPLAINTINQUIRY                   RequestMethod = 404
	RequestMethod_REQUEST_METHOD_CIRCPRO_ACCOUNTINQUIRY                     RequestMethod = 405
	RequestMethod_REQUEST_METHOD_CIRCPRO_ACCOUNTINQUIRYWITHTAX              RequestMethod = 406
	RequestMethod_REQUEST_METHOD_CIRCPRO_ACCOUNTINQUIRYWITHTAXBUNDLE        RequestMethod = 407
	RequestMethod_REQUEST_METHOD_CIRCPRO_COMPLAINTCODES                     RequestMethod = 408
	RequestMethod_REQUEST_METHOD_CIRCPRO_COMPLAINTUPDATE                    RequestMethod = 409
	RequestMethod_REQUEST_METHOD_CIRCPRO_VACATIONUPDATE                     RequestMethod = 410
	RequestMethod_REQUEST_METHOD_CIRCPRO_RESTARTUPDATE                      RequestMethod = 411
	RequestMethod_REQUEST_METHOD_CIRCPRO_LAW_IMMEDIATEPAYMENT               RequestMethod = 412
	RequestMethod_REQUEST_METHOD_CIRCPRO_LAW_UPDATEDATAWITHPAC              RequestMethod = 413
	RequestMethod_REQUEST_METHOD_CIRCPRO_LAW_GETCUSTOMERS                   RequestMethod = 414
	RequestMethod_REQUEST_METHOD_CIRCPRO_LAW_GET_PAYMENT_TYPES              RequestMethod = 415
	RequestMethod_REQUEST_METHOD_AUTHORIZENET_CHARGECREDITCARD              RequestMethod = 501
	RequestMethod_REQUEST_METHOD_AUTHORIZENET_DEBITBANKACCOUNT              RequestMethod = 502
	RequestMethod_REQUEST_METHOD_AUTHORIZENET_CREATECUSTOMERPAYMENTPROFILE  RequestMethod = 503
	RequestMethod_REQUEST_METHOD_AUTHORIZENET_PAYPALTRANSACTION             RequestMethod = 504
	RequestMethod_REQUEST_METHOD_AUTHORIZENET_GOOGLEPAYTRANSACTION          RequestMethod = 505
	RequestMethod_REQUEST_METHOD_AUTHORIZENET_APPLEPAYTRANSACTION           RequestMethod = 506
	RequestMethod_REQUEST_METHOD_AUTHORIZENET_PAYPALAUTHCAPTURE             RequestMethod = 507
	RequestMethod_REQUEST_METHOD_EXPITRANS_CCTRANSACTION                    RequestMethod = 601
	RequestMethod_REQUEST_METHOD_EXPITRANS_ACHTRANSACTION                   RequestMethod = 602
	RequestMethod_REQUEST_METHOD_AXIAMEDFUSION_CCTRANSACTION                RequestMethod = 701
	RequestMethod_REQUEST_METHOD_AXIAMEDFUSION_ACHTRANSACTION               RequestMethod = 702
	RequestMethod_REQUEST_METHOD_AXIAMEDFUSION_CARDVERIFY                   RequestMethod = 703
	RequestMethod_REQUEST_METHOD_INSTAMED_PAYMENTSALE                       RequestMethod = 801
	RequestMethod_REQUEST_METHOD_INSTAMED_VOIDPAYMENT                       RequestMethod = 802
	RequestMethod_REQUEST_METHOD_USAEPAY_SUBMITCCPAYMENTS                   RequestMethod = 901
	RequestMethod_REQUEST_METHOD_USAEPAY_SUBMITACHPAYMENTS                  RequestMethod = 902
	RequestMethod_REQUEST_METHOD_USAEPAY_GETCCTOKEN                         RequestMethod = 903
	RequestMethod_REQUEST_METHOD_EZIDEBIT_SUBMITCCPAYMENTS                  RequestMethod = 1001
	RequestMethod_REQUEST_METHOD_EZIDEBIT_SUBMITACHPAYMENTS                 RequestMethod = 1002
	RequestMethod_REQUEST_METHOD_BAMBORA_SUBMITCCPAYMENTS                   RequestMethod = 1101
	RequestMethod_REQUEST_METHOD_BAMBORA_SUBMITACHPAYMENTS                  RequestMethod = 1102
	RequestMethod_REQUEST_METHOD_REPAY_STORECARD                            RequestMethod = 1201
	RequestMethod_REQUEST_METHOD_REPAY_PAYMENTTOKEN                         RequestMethod = 1202
	RequestMethod_REQUEST_METHOD_REPAY_ACHPAYMENTTOKEN                      RequestMethod = 1203
	RequestMethod_REQUEST_METHOD_AXIA_SUBMITSALEREQUESTBYCC                 RequestMethod = 1301
	RequestMethod_REQUEST_METHOD_AXIA_SUBMITSALEREQUESTBYCHECK              RequestMethod = 1302
	RequestMethod_REQUEST_METHOD_SECURETRADING_SENDPAYMENT                  RequestMethod = 1401
	RequestMethod_REQUEST_METHOD_PAYMENTVISION_SUBMITCARDSALEREQUESTBYCC    RequestMethod = 1501
	RequestMethod_REQUEST_METHOD_PAYMENTVISION_SUBMITCARDSALEREQUESTBYACH   RequestMethod = 1502
	RequestMethod_REQUEST_METHOD_INTERPROSE_LOOKUPACCOUNT                   RequestMethod = 1601
	RequestMethod_REQUEST_METHOD_INTERPROSE_SUBMITCARDSALEREQUESTBYCC       RequestMethod = 1602
	RequestMethod_REQUEST_METHOD_INTERPROSE_SUBMITCARDSALEREQUESTBYACH      RequestMethod = 1603
	RequestMethod_REQUEST_METHOD_INTERPROSE_LOOKUPPAYMENTID                 RequestMethod = 1604
	RequestMethod_REQUEST_METHOD_INTERPROSE_LOOKUPACCOUNTBYFORMID           RequestMethod = 1605
	RequestMethod_REQUEST_METHOD_DALLASNEWS_SEARCHBYPHONE                   RequestMethod = 1701
	RequestMethod_REQUEST_METHOD_DALLASNEWS_SEARCHBYZIPSTREET               RequestMethod = 1702
	RequestMethod_REQUEST_METHOD_DALLASNEWS_SEARCHBY                        RequestMethod = 1703
	RequestMethod_REQUEST_METHOD_DALLASNEWS_CREATEVACATION                  RequestMethod = 1704
	RequestMethod_REQUEST_METHOD_DALLASNEWS_GETVACATION                     RequestMethod = 1705
	RequestMethod_REQUEST_METHOD_DALLASNEWS_GETVACATIONDAYSBETWEEN          RequestMethod = 1706
	RequestMethod_REQUEST_METHOD_DALLASNEWS_GETVACATIONWITHCUTOFF           RequestMethod = 1707
	RequestMethod_REQUEST_METHOD_DALLASNEWS_DELETEVACATION                  RequestMethod = 1708
	RequestMethod_REQUEST_METHOD_DALLASNEWS_ADDCOMPLAINT                    RequestMethod = 1709
	RequestMethod_REQUEST_METHOD_DALLASNEWS_UPDATEPHONENUMBER               RequestMethod = 1710
	RequestMethod_REQUEST_METHOD_DALLASNEWS_STOPACCOUNT                     RequestMethod = 1711
	RequestMethod_REQUEST_METHOD_DALLASNEWS_CCPAYMENTTOKEN                  RequestMethod = 1712
	RequestMethod_REQUEST_METHOD_DALLASNEWS_ACHPAYMENTTOKEN                 RequestMethod = 1713
	RequestMethod_REQUEST_METHOD_PAYWAY_SUBMITCARDSALEREQUEST               RequestMethod = 1801
	RequestMethod_REQUEST_METHOD_PAYWAY_CREATETOKENREQUEST                  RequestMethod = 1802
	RequestMethod_REQUEST_METHOD_PAYWAY_SUBMITACHSALEREQUEST                RequestMethod = 1803
	RequestMethod_REQUEST_METHOD_BILLINGTREE_SUBMITCARDSALEREQUEST          RequestMethod = 1901
	RequestMethod_REQUEST_METHOD_EXPERIAN_CC_PAYMENT_REQUEST                RequestMethod = 2001
	RequestMethod_REQUEST_METHOD_EXPERIAN_CC_PAYMENTPLANREQUEST             RequestMethod = 2002
	RequestMethod_REQUEST_METHOD_EXPERIAN_BALANCEREQUEST                    RequestMethod = 2003
	RequestMethod_REQUEST_METHOD_EXPERIAN_ACH_PAYMENT_REQUEST               RequestMethod = 2004
	RequestMethod_REQUEST_METHOD_EXPERIAN_ACH_PAYMENTPLANREQUEST            RequestMethod = 2005
	RequestMethod_REQUEST_METHOD_EXPERIAN_STELLA_CARD_ENTRY                 RequestMethod = 2006
	RequestMethod_REQUEST_METHOD_EXPERIAN_STELLA_ECHECK                     RequestMethod = 2007
	RequestMethod_REQUEST_METHOD_EXPERIAN_STELLA_CARD_DEVICE_TOKENIZATION   RequestMethod = 2008
	RequestMethod_REQUEST_METHOD_EXPERIAN_STELLA_TOKEN_PAYMENT              RequestMethod = 2009
	RequestMethod_REQUEST_METHOD_EXPERIAN_STELLA_ACH_TOKENIZATION           RequestMethod = 2010
	RequestMethod_REQUEST_METHOD_EXPERIAN_STELLA_ADD_USA_EPAY_TOKEN         RequestMethod = 2011
	RequestMethod_REQUEST_METHOD_EXPERIAN_STELLA_PAYMENT_PLANS              RequestMethod = 2012
	RequestMethod_REQUEST_METHOD_EXPERIAN_STELLA_AUTH                       RequestMethod = 2013
	RequestMethod_REQUEST_METHOD_EXPERIAN_STELLA_CARD_ENTRY_TOKENIZATION    RequestMethod = 2014
	RequestMethod_REQUEST_METHOD_EXPERIAN_STELLA_PAYMENT_PLANS_BY_PATIENT   RequestMethod = 2015
	RequestMethod_REQUEST_METHOD_NEWSCYCLE_LOGIN                            RequestMethod = 2101
	RequestMethod_REQUEST_METHOD_NEWSCYCLE_SEARCHPAGE                       RequestMethod = 2102
	RequestMethod_REQUEST_METHOD_NEWSCYCLE_BILLINGINFO                      RequestMethod = 2103
	RequestMethod_REQUEST_METHOD_NEWSCYCLE_SERVICEERRORINFO                 RequestMethod = 2104
	RequestMethod_REQUEST_METHOD_NEWSCYCLE_SERVICEERRORTRANS                RequestMethod = 2105
	RequestMethod_REQUEST_METHOD_NEWSCYCLE_STOPINFO                         RequestMethod = 2106
	RequestMethod_REQUEST_METHOD_NEWSCYCLE_STOPTRANS                        RequestMethod = 2107
	RequestMethod_REQUEST_METHOD_NEWSCYCLE_RENEWINFO                        RequestMethod = 2108
	RequestMethod_REQUEST_METHOD_NEWSCYCLE_AUTORENEWINFO                    RequestMethod = 2109
	RequestMethod_REQUEST_METHOD_NEWSCYCLE_AUTOTRAN                         RequestMethod = 2110
	RequestMethod_REQUEST_METHOD_NEWSCYCLE_PAYINFO                          RequestMethod = 2111
	RequestMethod_REQUEST_METHOD_NEWSCYCLE_PAYTRAN                          RequestMethod = 2112
	RequestMethod_REQUEST_METHOD_TRUSTCOMMERCE_CREDITSALE                   RequestMethod = 2201
	RequestMethod_REQUEST_METHOD_TRUSTCOMMERCE_ACHSALE                      RequestMethod = 2202
	RequestMethod_REQUEST_METHOD_VANTIV_CREDITSALE                          RequestMethod = 2301
	RequestMethod_REQUEST_METHOD_VANTIV_ACHSALE                             RequestMethod = 2302
	RequestMethod_REQUEST_METHOD_JOURNEY_LATEST                             RequestMethod = 2401
	RequestMethod_REQUEST_METHOD_JOURNEY_LIST                               RequestMethod = 2402
	RequestMethod_REQUEST_METHOD_JOURNEY_UPDATE                             RequestMethod = 2403
	RequestMethod_REQUEST_METHOD_ATHENAHEALTH_GETPATIENTS                   RequestMethod = 2501
	RequestMethod_REQUEST_METHOD_ATHENAHEALTH_GETPATIENTSWITHID             RequestMethod = 2502
	RequestMethod_REQUEST_METHOD_ATHENAHEALTH_CCPAYMENT                     RequestMethod = 2503
	RequestMethod_REQUEST_METHOD_BRAINWORKS_GETCUSTOMERSBYPHONE             RequestMethod = 2601
	RequestMethod_REQUEST_METHOD_BRAINWORKS_GETSUSPENDS                     RequestMethod = 2602
	RequestMethod_REQUEST_METHOD_BRAINWORKS_GETCUSTOMERBYCUSTIDV2           RequestMethod = 2603
	RequestMethod_REQUEST_METHOD_BRAINWORKS_GETCOMPLAINTS                   RequestMethod = 2604
	RequestMethod_REQUEST_METHOD_BRAINWORKS_GETCODESORTYPES                 RequestMethod = 2605
	RequestMethod_REQUEST_METHOD_BRAINWORKS_STOPSUSPENDS                    RequestMethod = 2606
	RequestMethod_REQUEST_METHOD_BRAINWORKS_STARTSUSPENDS                   RequestMethod = 2607
	RequestMethod_REQUEST_METHOD_BRAINWORKS_SENDCOMPLAINT                   RequestMethod = 2608
	RequestMethod_REQUEST_METHOD_BRAINWORKS_GETCUSTOMERBYCUSTID             RequestMethod = 2609
	RequestMethod_REQUEST_METHOD_OSGCONNECT_CCPAYMENTS                      RequestMethod = 2701
	RequestMethod_REQUEST_METHOD_OSGCONNECT_ACHPAYMENTS                     RequestMethod = 2702
	RequestMethod_REQUEST_METHOD_OSGCONNECT_VALIDATEACCOUNTNO               RequestMethod = 2703
	RequestMethod_REQUEST_METHOD_NTVB_CREDIT_MISSED_DELIVERY                RequestMethod = 2801
	RequestMethod_REQUEST_METHOD_NTVB_CUSTOMER_SEARCH                       RequestMethod = 2802
	RequestMethod_REQUEST_METHOD_NTVB_END_CALL                              RequestMethod = 2803
	RequestMethod_REQUEST_METHOD_NTVB_INTEGRATION_DEFINITION                RequestMethod = 2804
	RequestMethod_REQUEST_METHOD_NTVB_MISSED_DELIVERY                       RequestMethod = 2805
	RequestMethod_REQUEST_METHOD_NTVB_REMOVE_AUTORENEWAL                    RequestMethod = 2806
	RequestMethod_REQUEST_METHOD_NTVB_RENEW_SUBSCRIPTION                    RequestMethod = 2807
	RequestMethod_REQUEST_METHOD_NTVB_RENEWAL_OFFERS                        RequestMethod = 2808
	RequestMethod_REQUEST_METHOD_NTVB_SET_AUTORENEWAL                       RequestMethod = 2809
	RequestMethod_REQUEST_METHOD_NTVB_START_INCOMING_CALL                   RequestMethod = 2810
	RequestMethod_REQUEST_METHOD_NTVB_START_OUTGOING_CALL                   RequestMethod = 2811
	RequestMethod_REQUEST_METHOD_NTVB_SUBSCRIPTION_INFO                     RequestMethod = 2812
	RequestMethod_REQUEST_METHOD_NTVB_VACATION_STOP                         RequestMethod = 2813
	RequestMethod_REQUEST_METHOD_NTVB_AUTHTEST                              RequestMethod = 2814
	RequestMethod_REQUEST_METHOD_ELAVON_CREDIT_CARD_SALE                    RequestMethod = 2901
	RequestMethod_REQUEST_METHOD_ELAVON_ADD_RECURRING                       RequestMethod = 2902
	RequestMethod_REQUEST_METHOD_ELAVON_DCC_RESPONSE                        RequestMethod = 2903
	RequestMethod_REQUEST_METHOD_ELAVON_DELETE_RECURRING                    RequestMethod = 2904
	RequestMethod_REQUEST_METHOD_ELAVON_UPDATE_RECURRING                    RequestMethod = 2905
	RequestMethod_REQUEST_METHOD_ELAVON_HEALTH_CARE_CC_SALE                 RequestMethod = 2906
	RequestMethod_REQUEST_METHOD_ELAVON_ADD_INSTALLMENT                     RequestMethod = 2907
	RequestMethod_REQUEST_METHOD_ELAVON_UPDATE_INSTALLMENT                  RequestMethod = 2908
	RequestMethod_REQUEST_METHOD_ELAVON_DELETE_INSTALLMENT                  RequestMethod = 2909
	RequestMethod_REQUEST_METHOD_ELAVON_MCC_CREDIT_CARD_SALE                RequestMethod = 2910
	RequestMethod_REQUEST_METHOD_GLOBALPAYMENTS_CARDSALE                    RequestMethod = 3001
	RequestMethod_REQUEST_METHOD_GLOBALPAYMENTS_GET_TRANSACTION_BY_ID       RequestMethod = 3002
	RequestMethod_REQUEST_METHOD_GLOBALPAYMENTS_LIST_TRANSACTIONS           RequestMethod = 3003
	RequestMethod_REQUEST_METHOD_GLOBALPAYMENTS_REFUND_SALE                 RequestMethod = 3004
	RequestMethod_REQUEST_METHOD_GLOBALPAYMENTS_REVERSE_SALE_OR_REFUND      RequestMethod = 3005
	RequestMethod_REQUEST_METHOD_PAY_SCOUT_CREDIT_CARD_SALE                 RequestMethod = 3101
	RequestMethod_REQUEST_METHOD_PAY_SCOUT_ECHECK_SALE                      RequestMethod = 3102
	RequestMethod_REQUEST_METHOD_I2C_ECHO                                   RequestMethod = 3201
	RequestMethod_REQUEST_METHOD_I2C_BALANCE_INQUIRY                        RequestMethod = 3202
	RequestMethod_REQUEST_METHOD_I2C_VERIFY_USER                            RequestMethod = 3203
	RequestMethod_REQUEST_METHOD_I2C_SEARCH_CUSTOMER                        RequestMethod = 3204
	RequestMethod_REQUEST_METHOD_I2C_MAKE_PAYMENT                           RequestMethod = 3205
	RequestMethod_REQUEST_METHOD_I2C_GET_CARDHOLDER_PROFILE                 RequestMethod = 3206
	RequestMethod_REQUEST_METHOD_I2C_GET_CARDHOLDER_STATEMENT               RequestMethod = 3207
	RequestMethod_REQUEST_METHOD_I2C_GET_CARDHOLDER_BALANCE                 RequestMethod = 3208
	RequestMethod_REQUEST_METHOD_I2C_GET_CREDITPAYMENT_INFO                 RequestMethod = 3209
	RequestMethod_REQUEST_METHOD_I2C_TRANSACTION_HISTORY                    RequestMethod = 3210
	RequestMethod_REQUEST_METHOD_OPAYO_CCPAYMENTS                           RequestMethod = 3301
	RequestMethod_REQUEST_METHOD_SHIFT4_CCPAYMENTS                          RequestMethod = 3401
	RequestMethod_REQUEST_METHOD_SHIFT4_ACCESSTOKEN                         RequestMethod = 3402
	RequestMethod_REQUEST_METHOD_POSCORP_ACCESSTOKEN                        RequestMethod = 3501
	RequestMethod_REQUEST_METHOD_POSCORP_LOOKUP_GUARANTOR                   RequestMethod = 3502
	RequestMethod_REQUEST_METHOD_POSCORP_UPDATE_PAYMENT_STATUS              RequestMethod = 3503
	RequestMethod_REQUEST_METHOD_PIANO_GET_USER                             RequestMethod = 3601
	RequestMethod_REQUEST_METHOD_PIANO_UPDATE_USER                          RequestMethod = 3602
	RequestMethod_REQUEST_METHOD_PIANO_UPDATE_SUBSCRIPTION                  RequestMethod = 3603
	RequestMethod_REQUEST_METHOD_PIANO_GET_PAYMENT                          RequestMethod = 3604
	RequestMethod_REQUEST_METHOD_PIANO_LIST_SUBSCRIPTION                    RequestMethod = 3605
	RequestMethod_REQUEST_METHOD_PIANO_LASTACCESS_CONVERSION                RequestMethod = 3606
	RequestMethod_REQUST_METHOD_PIANO_ADD_PAYMENT                           RequestMethod = 3607
	RequestMethod_REQUEST_METHOD_PIANO_UPDATE_PAYMENT                       RequestMethod = 3608
	RequestMethod_REQUEST_METHOD_EPIC_GET_TOKEN                             RequestMethod = 3701
	RequestMethod_REQUEST_METHOD_EPIC_GET_PATIENT                           RequestMethod = 3702
	RequestMethod_REQUEST_METHOD_EPIC_MATCH_PATIENT                         RequestMethod = 3703
	RequestMethod_REQUEST_METHOD_EPIC_SEARCH_APPOINTMENT                    RequestMethod = 3704
	RequestMethod_REQUEST_METHOD_EPIC_FIND_APPOINTMENT                      RequestMethod = 3705
	RequestMethod_REQUEST_METHOD_EPIC_BOOK_APPOINTMENT                      RequestMethod = 3706
	RequestMethod_REQUEST_METHOD_EPIC_GET_ACCOUNT                           RequestMethod = 3707
	RequestMethod_REQUEST_METHOD_EPIC_RECEIVE_COMMUNICATION_2               RequestMethod = 3708
	RequestMethod_REQUEST_METHOD_EPIC_RECEIVE_COMMUNICATION_3               RequestMethod = 3709
	RequestMethod_REQUEST_METHOD_EPIC_POST_PATIENT_MADE_PAYMENT             RequestMethod = 3710
	RequestMethod_REQUEST_METHOD_EPIC_GET_PATIENT_BILLING_DETAILS           RequestMethod = 3711
	RequestMethod_REQUEST_METHOD_EPIC_CALL_PATIENT                          RequestMethod = 3712
	RequestMethod_REQUEST_METHOD_EPIC_HANGUP_CALL                           RequestMethod = 3713
	RequestMethod_REQUEST_METHOD_EPIC_GET_ACCOUNT_ACCESS_IDENTIFIERS        RequestMethod = 3714
	RequestMethod_REQUEST_METHOD_EPIC_GET_ACCOUNT_BILLING_SUMMARY           RequestMethod = 3715
	RequestMethod_REQUEST_METHOD_NEWZWARE_PHONE_LOOKUP                      RequestMethod = 3801
	RequestMethod_REQUEST_METHOD_NEWZWARE_ACCOUNT_INQUIRY                   RequestMethod = 3802
	RequestMethod_REQUEST_METHOD_NEWZWARE_CC_PAYMENT                        RequestMethod = 3803
	RequestMethod_REQUEST_METHOD_NEWZWARE_ACH_PAYMENT                       RequestMethod = 3804
	RequestMethod_REQUEST_METHOD_NEWZWARE_COMPLAINT_HISTORY                 RequestMethod = 3805
	RequestMethod_REQUEST_METHOD_NEWZWARE_COMPLAINT_UPDATE                  RequestMethod = 3806
	RequestMethod_REQUEST_METHOD_NEWZWARE_VACATION_RESTART                  RequestMethod = 3807
	RequestMethod_REQUEST_METHOD_NEWZWARE_VACATION_UPDATE                   RequestMethod = 3808
	RequestMethod_REQUEST_METHOD_NEWZWARE_PHONE_LOOKUP_MULTI                RequestMethod = 3809
	RequestMethod_REQUEST_METHOD_PRIOCOMMERCE_ACH_PAYMENT                   RequestMethod = 3901
	RequestMethod_REQUEST_METHOD_PRIOCOMMERCE_CC_PAYMENT                    RequestMethod = 3902
	RequestMethod_REQUEST_METHOD_NAVIGA_CREATE_PAYMENT                      RequestMethod = 4001
	RequestMethod_REQUEST_METHOD_NAVIGA_CHANGE_BILLING                      RequestMethod = 4002
	RequestMethod_REQUEST_METHOD_PAYNSECONDS_TOKENIZE_CARD                  RequestMethod = 4101
	RequestMethod_REQUEST_METHOD_SUTHERLANDREV_PAYMENT_CONNECT              RequestMethod = 4201
	RequestMethod_REQUEST_METHOD_FINVI_EXILE_QUERY_RECORDS                  RequestMethod = 4301
	RequestMethod_REQUEST_METHOD_FINVI_EXILE_READ_FIELDS                    RequestMethod = 4302
	RequestMethod_REQUEST_METHOD_FINVI_EXILE_WRITE_FIELDS                   RequestMethod = 4303
	RequestMethod_REQUEST_METHOD_FINVI_EXILE_EXECUTE_LOGIC                  RequestMethod = 4304
	RequestMethod_REQUEST_METHOD_FINVI_EXILE_CREATE_PAYMENT                 RequestMethod = 4305
	RequestMethod_REQUEST_METHOD_FINVI_EXILE_POP_ACCOUNT                    RequestMethod = 4306
	RequestMethod_REQUEST_METHOD_NAVIGA_DTI_CIRC_CREATE_PAYMENT             RequestMethod = 4401
	RequestMethod_REQUEST_METHOD_NAVIGA_DTI_CIRC_CHANGE_BILLING             RequestMethod = 4402
	RequestMethod_REQUEST_METHOD_NAVIGA_DTI_CS_AUTO_RENEW_INFO              RequestMethod = 4501
	RequestMethod_REQUEST_METHOD_NAVIGA_DTI_CS_AUTO_TRAN                    RequestMethod = 4502
	RequestMethod_REQUEST_METHOD_NAVIGA_DTI_CS_BILLING_INFO                 RequestMethod = 4503
	RequestMethod_REQUEST_METHOD_NAVIGA_DTI_CS_LOGIN                        RequestMethod = 4504
	RequestMethod_REQUEST_METHOD_NAVIGA_DTI_CS_PAY_INFO                     RequestMethod = 4505
	RequestMethod_REQUEST_METHOD_NAVIGA_DTI_CS_PAY_TRAN                     RequestMethod = 4506
	RequestMethod_REQUEST_METHOD_NAVIGA_DTI_CS_RENEW_INFO                   RequestMethod = 4507
	RequestMethod_REQUEST_METHOD_NAVIGA_DTI_CS_SEARCH_PAGE                  RequestMethod = 4508
	RequestMethod_REQUEST_METHOD_NAVIGA_DTI_CS_SERVICE_ERROR_INFO           RequestMethod = 4509
	RequestMethod_REQUEST_METHOD_NAVIGA_DTI_CS_SERVICE_ERROR_TRANS          RequestMethod = 4510
	RequestMethod_REQUEST_METHOD_NAVIGA_DTI_CS_STOP_INFO                    RequestMethod = 4511
	RequestMethod_REQUEST_METHOD_NAVIGA_DTI_CS_STOP_TRANS                   RequestMethod = 4512
	RequestMethod_REQUEST_METHOD_SWERVEPAY_CREATE_CUSTOMER                  RequestMethod = 4601
	RequestMethod_REQUEST_METHOD_SWERVEPAY_QUERY_CUSTOMER_DETAILS           RequestMethod = 4602
	RequestMethod_REQUEST_METHOD_SWERVEPAY_QUERY_CUSTOMER_TOKEN_DETAILS     RequestMethod = 4603
	RequestMethod_REQUEST_METHOD_SWERVEPAY_QUERY_CUSTOMER_TOKENS            RequestMethod = 4604
	RequestMethod_REQUEST_METHOD_SWERVEPAY_QUERY_CUSTOMER_TRANSACTIONS      RequestMethod = 4605
	RequestMethod_REQUEST_METHOD_SWERVEPAY_QUERY_CUSTOMERS                  RequestMethod = 4606
	RequestMethod_REQUEST_METHOD_SWERVEPAY_QUERY_TRANSACTION_DETAILS        RequestMethod = 4607
	RequestMethod_REQUEST_METHOD_SWERVEPAY_QUERY_TRANSACTIONS               RequestMethod = 4608
	RequestMethod_REQUEST_METHOD_SWERVEPAY_REMOVE_CUSTOMER_TOKEN            RequestMethod = 4609
	RequestMethod_REQUEST_METHOD_SWERVEPAY_UPDATE_CUSTOMER                  RequestMethod = 4610
	RequestMethod_REQUEST_METHOD_SWERVEPAY_CREATE_TRANSACTION_AUTH          RequestMethod = 4611
	RequestMethod_REQUEST_METHOD_SWERVEPAY_CREATE_TRANSACTION_CAPTURE       RequestMethod = 4612
	RequestMethod_REQUEST_METHOD_SWERVEPAY_CREATE_TRANSACTION_CREDIT        RequestMethod = 4613
	RequestMethod_REQUEST_METHOD_SWERVEPAY_CREATE_TRANSACTION_REFUND        RequestMethod = 4614
	RequestMethod_REQUEST_METHOD_SWERVEPAY_CREATE_TRANSACTION_SALE          RequestMethod = 4615
	RequestMethod_REQUEST_METHOD_SWERVEPAY_CREATE_TRANSACTION_VALIDATE      RequestMethod = 4616
	RequestMethod_REQUEST_METHOD_SWERVEPAY_PROCESS_NEW_TRANSACTION_AUTH     RequestMethod = 4617
	RequestMethod_REQUEST_METHOD_SWERVEPAY_PROCESS_NEW_TRANSACTION_CAPTURE  RequestMethod = 4618
	RequestMethod_REQUEST_METHOD_SWERVEPAY_PROCESS_NEW_TRANSACTION_CREDIT   RequestMethod = 4619
	RequestMethod_REQUEST_METHOD_SWERVEPAY_PROCESS_NEW_TRANSACTION_REFUND   RequestMethod = 4620
	RequestMethod_REQUEST_METHOD_SWERVEPAY_PROCESS_NEW_TRANSACTION_SALE     RequestMethod = 4621
	RequestMethod_REQUEST_METHOD_SWERVEPAY_PROCESS_NEW_TRANSACTION_VALIDATE RequestMethod = 4622
	// just evaluates the request and sends back the data
	// this is useful for CompositeValue types, or when we are wanting to see
	// what a request would look like if it were to be called on a different method
	RequestMethod_REQUEST_METHOD_DEBUG_ECHO RequestMethod = 5001
	// this method takes a method id to another method and ensures the params are correct
	RequestMethod_REQUESET_METHOD_DEBUG_VALIDATE RequestMethod = 5002
)

func (RequestMethod) Descriptor

func (RequestMethod) Enum

func (x RequestMethod) Enum() *RequestMethod

func (RequestMethod) EnumDescriptor deprecated

func (RequestMethod) EnumDescriptor() ([]byte, []int)

Deprecated: Use RequestMethod.Descriptor instead.

func (RequestMethod) Number

func (RequestMethod) String

func (x RequestMethod) String() string

func (RequestMethod) Type

type RequestSource

type RequestSource int32
const (
	RequestSource_REQUEST_SOURCE_IVR   RequestSource = 0
	RequestSource_REQUEST_SOURCE_EMAIL RequestSource = 1
	RequestSource_REQUEST_SOURCE_WEB   RequestSource = 2
	RequestSource_REQUEST_SOURCE_SMS   RequestSource = 3
	RequestSource_REQUEST_SOURCE_CHAT  RequestSource = 4
	RequestSource_REQUEST_SOURCE_LMS   RequestSource = 5
)

func (RequestSource) Descriptor

func (RequestSource) Enum

func (x RequestSource) Enum() *RequestSource

func (RequestSource) EnumDescriptor deprecated

func (RequestSource) EnumDescriptor() ([]byte, []int)

Deprecated: Use RequestSource.Descriptor instead.

func (RequestSource) Number

func (RequestSource) String

func (x RequestSource) String() string

func (RequestSource) Type

type TransactionResult

type TransactionResult int32
const (
	TransactionResult_TRANSACTION_RESULT_SUCCESS TransactionResult = 0
	TransactionResult_TRANSACTION_RESULT_FAILED  TransactionResult = 1
)

func (TransactionResult) Descriptor

func (TransactionResult) Enum

func (TransactionResult) EnumDescriptor deprecated

func (TransactionResult) EnumDescriptor() ([]byte, []int)

Deprecated: Use TransactionResult.Descriptor instead.

func (TransactionResult) Number

func (TransactionResult) String

func (x TransactionResult) String() string

func (TransactionResult) Type

type TransactionType

type TransactionType int32
const (
	TransactionType_TRANSACTION_TYPE_PAYMENT        TransactionType = 0
	TransactionType_TRANSACTION_TYPE_DATA_INQUIRY   TransactionType = 1
	TransactionType_TRANSACTION_TYPE_ACCOUNT_VERIFY TransactionType = 2
)

func (TransactionType) Descriptor

func (TransactionType) Enum

func (x TransactionType) Enum() *TransactionType

func (TransactionType) EnumDescriptor deprecated

func (TransactionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use TransactionType.Descriptor instead.

func (TransactionType) Number

func (TransactionType) String

func (x TransactionType) String() string

func (TransactionType) Type

type Validation

type Validation int32

Validation is an enum that appears on FieldDefinition. it is a hint of what the value should look like for the user, and usually applies to VALUE_TYPE_STRING fields.

const (
	// the value can be literally anything that matches the ValueType
	Validation_VALIDATION_NONE Validation = 0
	// the value must be a credit card number.
	Validation_VALIDATION_CREDITCARD Validation = 101
	// the value must be len() == 3, and all three characters must be digits
	Validation_VALIDATION_CVC Validation = 102
	// value must be a two digit month.
	Validation_VALIDATION_MONTH_2_DIGIT Validation = 103
	// value must be a 4 digit yearn
	Validation_VALIDATION_YEAR_4_DIGIT Validation = 104
	// value must be last 4 digits of ssn
	Validation_VALIDATION_LAST_4_SSN Validation = 105
	// value must be a US zip code.
	Validation_VALIDATION_US_ZIP Validation = 106
	// value must be an integer with no '.' or fraction value
	Validation_VALIDATION_INTEGER Validation = 201
	// value must be a float with a '.' and at least 1 decimal spot, but unlimited
	// maximum decimal spots
	Validation_VALIDATION_FLOAT Validation = 202
	// the value should be formatted with a $ and to 2 decimal spots, even if
	// there fraction value
	Validation_VALIDATION_CURRENCY_USD Validation = 203
	// value must be any date
	Validation_VALIDATION_DATE Validation = 301
	// value must be a date of birth.
	// This rules out future dates, and dates in the distant past.
	Validation_VALIDATION_DOB Validation = 302
	// value must be a boolean string
	Validation_VALIDATION_BOOL Validation = 401
	// value must match a provided regular expression.
	// regular expression must be specified using 'FieldDefintion.format'.
	// The default regular expression is '.*' (match anything).
	Validation_VALIDATION_REGEX   Validation = 402
	Validation_VALIDATION_ROUTING Validation = 501
	Validation_VALIDATION_ACCOUNT Validation = 502
)

func (Validation) Descriptor

func (Validation) Descriptor() protoreflect.EnumDescriptor

func (Validation) Enum

func (x Validation) Enum() *Validation

func (Validation) EnumDescriptor deprecated

func (Validation) EnumDescriptor() ([]byte, []int)

Deprecated: Use Validation.Descriptor instead.

func (Validation) Number

func (x Validation) Number() protoreflect.EnumNumber

func (Validation) String

func (x Validation) String() string

func (Validation) Type

type ValueType

type ValueType int32

supported types of values when sending a request or response.

const (
	ValueType_VALUE_TYPE_UNKNOWN       ValueType = 0
	ValueType_VALUE_TYPE_NUMBER        ValueType = 1
	ValueType_VALUE_TYPE_BOOL          ValueType = 2
	ValueType_VALUE_TYPE_MAP           ValueType = 3
	ValueType_VALUE_TYPE_ARRAY         ValueType = 4
	ValueType_VALUE_TYPE_INT           ValueType = 5
	ValueType_VALUE_TYPE_STRING        ValueType = 6
	ValueType_VALUE_TYPE_TIME          ValueType = 7
	ValueType_VALUE_TYPE_COMPOSITE_VAL ValueType = 8
)

func (ValueType) Descriptor

func (ValueType) Descriptor() protoreflect.EnumDescriptor

func (ValueType) Enum

func (x ValueType) Enum() *ValueType

func (ValueType) EnumDescriptor deprecated

func (ValueType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ValueType.Descriptor instead.

func (ValueType) Number

func (x ValueType) Number() protoreflect.EnumNumber

func (ValueType) String

func (x ValueType) String() string

func (ValueType) Type

type VerificationAuthorizeNetCustomerProfile

type VerificationAuthorizeNetCustomerProfile struct {
	// contains filtered or unexported fields
}

func (*VerificationAuthorizeNetCustomerProfile) Descriptor deprecated

func (*VerificationAuthorizeNetCustomerProfile) Descriptor() ([]byte, []int)

Deprecated: Use VerificationAuthorizeNetCustomerProfile.ProtoReflect.Descriptor instead.

func (*VerificationAuthorizeNetCustomerProfile) ProtoMessage

func (*VerificationAuthorizeNetCustomerProfile) ProtoReflect

func (*VerificationAuthorizeNetCustomerProfile) Reset

func (*VerificationAuthorizeNetCustomerProfile) String

type VerificationAuthorizeNetLinkData

type VerificationAuthorizeNetLinkData struct {
	// contains filtered or unexported fields
}

func (*VerificationAuthorizeNetLinkData) Descriptor deprecated

func (*VerificationAuthorizeNetLinkData) Descriptor() ([]byte, []int)

Deprecated: Use VerificationAuthorizeNetLinkData.ProtoReflect.Descriptor instead.

func (*VerificationAuthorizeNetLinkData) ProtoMessage

func (*VerificationAuthorizeNetLinkData) ProtoMessage()

func (*VerificationAuthorizeNetLinkData) ProtoReflect

func (*VerificationAuthorizeNetLinkData) Reset

func (*VerificationAuthorizeNetLinkData) String

type VerificationExperianLinkData

type VerificationExperianLinkData struct {
	// contains filtered or unexported fields
}

func (*VerificationExperianLinkData) Descriptor deprecated

func (*VerificationExperianLinkData) Descriptor() ([]byte, []int)

Deprecated: Use VerificationExperianLinkData.ProtoReflect.Descriptor instead.

func (*VerificationExperianLinkData) ProtoMessage

func (*VerificationExperianLinkData) ProtoMessage()

func (*VerificationExperianLinkData) ProtoReflect

func (*VerificationExperianLinkData) Reset

func (x *VerificationExperianLinkData) Reset()

func (*VerificationExperianLinkData) String

type VerificationExperianQueryBalance

type VerificationExperianQueryBalance struct {
	// contains filtered or unexported fields
}

verification flows

func (*VerificationExperianQueryBalance) Descriptor deprecated

func (*VerificationExperianQueryBalance) Descriptor() ([]byte, []int)

Deprecated: Use VerificationExperianQueryBalance.ProtoReflect.Descriptor instead.

func (*VerificationExperianQueryBalance) ProtoMessage

func (*VerificationExperianQueryBalance) ProtoMessage()

func (*VerificationExperianQueryBalance) ProtoReflect

func (*VerificationExperianQueryBalance) Reset

func (*VerificationExperianQueryBalance) String

type VerificationExperianZipDob

type VerificationExperianZipDob struct {
	// contains filtered or unexported fields
}

func (*VerificationExperianZipDob) Descriptor deprecated

func (*VerificationExperianZipDob) Descriptor() ([]byte, []int)

Deprecated: Use VerificationExperianZipDob.ProtoReflect.Descriptor instead.

func (*VerificationExperianZipDob) ProtoMessage

func (*VerificationExperianZipDob) ProtoMessage()

func (*VerificationExperianZipDob) ProtoReflect

func (*VerificationExperianZipDob) Reset

func (x *VerificationExperianZipDob) Reset()

func (*VerificationExperianZipDob) String

func (x *VerificationExperianZipDob) String() string

type VerificationFlow

type VerificationFlow struct {
	PluginInstanceId string `protobuf:"bytes,1,opt,name=plugin_instance_id,json=pluginInstanceId,proto3" json:"plugin_instance_id,omitempty"`
	// Types that are assignable to Value:
	//
	//	*VerificationFlow_ExperianQueryBalance
	//	*VerificationFlow_ExperianLinkData
	//	*VerificationFlow_ExperianZipDob
	//	*VerificationFlow_AuthorizeNetCustomerProfile
	//	*VerificationFlow_AuthorizeNetLinkData
	//	*VerificationFlow_Journey
	//	*VerificationFlow_NewzwareLookupPhone
	//	*VerificationFlow_NewzwareAccountInquiry
	Value isVerificationFlow_Value `protobuf_oneof:"value"`
	// the fields the user must verify for this flow.
	// must conform to the list of fields returned from the flow
	VerificationFields []*FieldDefinition `protobuf:"bytes,20,rep,name=verification_fields,json=verificationFields,proto3" json:"verification_fields,omitempty"`
	// contains filtered or unexported fields
}

func (*VerificationFlow) Descriptor deprecated

func (*VerificationFlow) Descriptor() ([]byte, []int)

Deprecated: Use VerificationFlow.ProtoReflect.Descriptor instead.

func (*VerificationFlow) GetAuthorizeNetCustomerProfile

func (x *VerificationFlow) GetAuthorizeNetCustomerProfile() *VerificationAuthorizeNetCustomerProfile

func (*VerificationFlow) GetAuthorizeNetLinkData

func (x *VerificationFlow) GetAuthorizeNetLinkData() *VerificationAuthorizeNetLinkData

func (*VerificationFlow) GetExperianLinkData

func (x *VerificationFlow) GetExperianLinkData() *VerificationExperianLinkData

func (*VerificationFlow) GetExperianQueryBalance

func (x *VerificationFlow) GetExperianQueryBalance() *VerificationExperianQueryBalance

func (*VerificationFlow) GetExperianZipDob

func (x *VerificationFlow) GetExperianZipDob() *VerificationExperianZipDob

func (*VerificationFlow) GetJourney

func (x *VerificationFlow) GetJourney() *VerificationJourney

func (*VerificationFlow) GetNewzwareAccountInquiry added in v1.7.32

func (x *VerificationFlow) GetNewzwareAccountInquiry() *VerificationNewzwareAccountInquiry

func (*VerificationFlow) GetNewzwareLookupPhone added in v1.7.32

func (x *VerificationFlow) GetNewzwareLookupPhone() *VerificationNewzwareLookupPhone

func (*VerificationFlow) GetPluginInstanceId

func (x *VerificationFlow) GetPluginInstanceId() string

func (*VerificationFlow) GetValue

func (m *VerificationFlow) GetValue() isVerificationFlow_Value

func (*VerificationFlow) GetVerificationFields

func (x *VerificationFlow) GetVerificationFields() []*FieldDefinition

func (*VerificationFlow) ProtoMessage

func (*VerificationFlow) ProtoMessage()

func (*VerificationFlow) ProtoReflect

func (x *VerificationFlow) ProtoReflect() protoreflect.Message

func (*VerificationFlow) Reset

func (x *VerificationFlow) Reset()

func (*VerificationFlow) String

func (x *VerificationFlow) String() string

type VerificationFlow_AuthorizeNetCustomerProfile

type VerificationFlow_AuthorizeNetCustomerProfile struct {
	AuthorizeNetCustomerProfile *VerificationAuthorizeNetCustomerProfile `protobuf:"bytes,6,opt,name=authorize_net_customer_profile,json=authorizeNetCustomerProfile,proto3,oneof"`
}

type VerificationFlow_AuthorizeNetLinkData

type VerificationFlow_AuthorizeNetLinkData struct {
	AuthorizeNetLinkData *VerificationAuthorizeNetLinkData `protobuf:"bytes,7,opt,name=authorize_net_link_data,json=authorizeNetLinkData,proto3,oneof"`
}

type VerificationFlow_ExperianLinkData

type VerificationFlow_ExperianLinkData struct {
	ExperianLinkData *VerificationExperianLinkData `protobuf:"bytes,3,opt,name=experian_link_data,json=experianLinkData,proto3,oneof"`
}

type VerificationFlow_ExperianQueryBalance

type VerificationFlow_ExperianQueryBalance struct {
	ExperianQueryBalance *VerificationExperianQueryBalance `protobuf:"bytes,2,opt,name=experian_query_balance,json=experianQueryBalance,proto3,oneof"`
}

type VerificationFlow_ExperianZipDob

type VerificationFlow_ExperianZipDob struct {
	ExperianZipDob *VerificationExperianZipDob `protobuf:"bytes,4,opt,name=experian_zip_dob,json=experianZipDob,proto3,oneof"`
}

type VerificationFlow_Journey

type VerificationFlow_Journey struct {
	Journey *VerificationJourney `protobuf:"bytes,12,opt,name=journey,proto3,oneof"`
}

type VerificationFlow_NewzwareAccountInquiry added in v1.7.32

type VerificationFlow_NewzwareAccountInquiry struct {
	NewzwareAccountInquiry *VerificationNewzwareAccountInquiry `protobuf:"bytes,14,opt,name=newzware_account_inquiry,json=newzwareAccountInquiry,proto3,oneof"`
}

type VerificationFlow_NewzwareLookupPhone added in v1.7.32

type VerificationFlow_NewzwareLookupPhone struct {
	NewzwareLookupPhone *VerificationNewzwareLookupPhone `protobuf:"bytes,13,opt,name=newzware_lookup_phone,json=newzwareLookupPhone,proto3,oneof"`
}

type VerificationJourney

type VerificationJourney struct {

	// Deprecated
	// only used if the VerificationFlow this belongs to is empty
	//
	// Deprecated: Marked as deprecated in api/commons/integrations/integrations.proto.
	DateOfBirthField string `protobuf:"bytes,1,opt,name=date_of_birth_field,json=dateOfBirthField,proto3" json:"date_of_birth_field,omitempty"`
	// Deprecated
	// only used if the VerificationFlow this belongs to is empty
	//
	// Deprecated: Marked as deprecated in api/commons/integrations/integrations.proto.
	LastNameField string `protobuf:"bytes,2,opt,name=last_name_field,json=lastNameField,proto3" json:"last_name_field,omitempty"`
	// Deprecated
	// only used if the VerificationFlow this belongs to is empty
	//
	// Deprecated: Marked as deprecated in api/commons/integrations/integrations.proto.
	FirstNameField string `protobuf:"bytes,3,opt,name=first_name_field,json=firstNameField,proto3" json:"first_name_field,omitempty"`
	// Deprecated
	// only used if the VerificationFlow this belongs to is empty
	//
	// Deprecated: Marked as deprecated in api/commons/integrations/integrations.proto.
	ZipField string `protobuf:"bytes,4,opt,name=zip_field,json=zipField,proto3" json:"zip_field,omitempty"`
	// Deprecated
	// only used if the VerificationFlow this belongs to is empty
	//
	// Deprecated: Marked as deprecated in api/commons/integrations/integrations.proto.
	Last4Ssn string `protobuf:"bytes,5,opt,name=last4_ssn,json=last4Ssn,proto3" json:"last4_ssn,omitempty"`
	// contains filtered or unexported fields
}

func (*VerificationJourney) Descriptor deprecated

func (*VerificationJourney) Descriptor() ([]byte, []int)

Deprecated: Use VerificationJourney.ProtoReflect.Descriptor instead.

func (*VerificationJourney) GetDateOfBirthField deprecated

func (x *VerificationJourney) GetDateOfBirthField() string

Deprecated: Marked as deprecated in api/commons/integrations/integrations.proto.

func (*VerificationJourney) GetFirstNameField deprecated

func (x *VerificationJourney) GetFirstNameField() string

Deprecated: Marked as deprecated in api/commons/integrations/integrations.proto.

func (*VerificationJourney) GetLast4Ssn deprecated

func (x *VerificationJourney) GetLast4Ssn() string

Deprecated: Marked as deprecated in api/commons/integrations/integrations.proto.

func (*VerificationJourney) GetLastNameField deprecated

func (x *VerificationJourney) GetLastNameField() string

Deprecated: Marked as deprecated in api/commons/integrations/integrations.proto.

func (*VerificationJourney) GetZipField deprecated

func (x *VerificationJourney) GetZipField() string

Deprecated: Marked as deprecated in api/commons/integrations/integrations.proto.

func (*VerificationJourney) ProtoMessage

func (*VerificationJourney) ProtoMessage()

func (*VerificationJourney) ProtoReflect

func (x *VerificationJourney) ProtoReflect() protoreflect.Message

func (*VerificationJourney) Reset

func (x *VerificationJourney) Reset()

func (*VerificationJourney) String

func (x *VerificationJourney) String() string

type VerificationNewzwareAccountInquiry added in v1.7.32

type VerificationNewzwareAccountInquiry struct {
	// contains filtered or unexported fields
}

func (*VerificationNewzwareAccountInquiry) Descriptor deprecated added in v1.7.32

func (*VerificationNewzwareAccountInquiry) Descriptor() ([]byte, []int)

Deprecated: Use VerificationNewzwareAccountInquiry.ProtoReflect.Descriptor instead.

func (*VerificationNewzwareAccountInquiry) ProtoMessage added in v1.7.32

func (*VerificationNewzwareAccountInquiry) ProtoMessage()

func (*VerificationNewzwareAccountInquiry) ProtoReflect added in v1.7.32

func (*VerificationNewzwareAccountInquiry) Reset added in v1.7.32

func (*VerificationNewzwareAccountInquiry) String added in v1.7.32

type VerificationNewzwareLookupPhone added in v1.7.32

type VerificationNewzwareLookupPhone struct {
	// contains filtered or unexported fields
}

func (*VerificationNewzwareLookupPhone) Descriptor deprecated added in v1.7.32

func (*VerificationNewzwareLookupPhone) Descriptor() ([]byte, []int)

Deprecated: Use VerificationNewzwareLookupPhone.ProtoReflect.Descriptor instead.

func (*VerificationNewzwareLookupPhone) ProtoMessage added in v1.7.32

func (*VerificationNewzwareLookupPhone) ProtoMessage()

func (*VerificationNewzwareLookupPhone) ProtoReflect added in v1.7.32

func (*VerificationNewzwareLookupPhone) Reset added in v1.7.32

func (*VerificationNewzwareLookupPhone) String added in v1.7.32

type Visibility

type Visibility int32
const (
	Visibility_VISIBILITY_INVISIBLE    Visibility = 0   // no one can see this field yet
	Visibility_VISIBILITY_UNRESTRICTED Visibility = 1   // this field shows up everywhere
	Visibility_VISIBILITY_RUNTIME      Visibility = 100 // only visible when processing the integration method
	Visibility_VISIBILITY_BY_METHOD    Visibility = 150 //these fields are editable on a plugin instance but only when a specific method is selected.
	Visibility_VISIBILITY_PLUGIN       Visibility = 200 // a field that isn't specific to an individual user
)

func (Visibility) Descriptor

func (Visibility) Descriptor() protoreflect.EnumDescriptor

func (Visibility) Enum

func (x Visibility) Enum() *Visibility

func (Visibility) EnumDescriptor deprecated

func (Visibility) EnumDescriptor() ([]byte, []int)

Deprecated: Use Visibility.Descriptor instead.

func (Visibility) Number

func (x Visibility) Number() protoreflect.EnumNumber

func (Visibility) String

func (x Visibility) String() string

func (Visibility) Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL