Versions in this module Expand all Collapse all v0 v0.0.1 Sep 6, 2023 Changes in this version + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + Metro2FilesApi *Metro2FilesApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ApiConvertRequest struct + ApiService *Metro2FilesApiService + func (r ApiConvertRequest) Execute() (*os.File, *http.Response, error) + func (r ApiConvertRequest) File(file *os.File) ApiConvertRequest + func (r ApiConvertRequest) Format(format string) ApiConvertRequest + func (r ApiConvertRequest) Format2(format2 string) ApiConvertRequest + func (r ApiConvertRequest) Generate(generate bool) ApiConvertRequest + func (r ApiConvertRequest) Newline(newline bool) ApiConvertRequest + func (r ApiConvertRequest) Type_(type_ string) ApiConvertRequest + type ApiHealthRequest struct + ApiService *Metro2FilesApiService + func (r ApiHealthRequest) Execute() (string, *http.Response, error) + type ApiPrintRequest struct + ApiService *Metro2FilesApiService + func (r ApiPrintRequest) Execute() (string, *http.Response, error) + func (r ApiPrintRequest) File(file *os.File) ApiPrintRequest + func (r ApiPrintRequest) Format(format string) ApiPrintRequest + func (r ApiPrintRequest) Format2(format2 string) ApiPrintRequest + type ApiValidatorRequest struct + ApiService *Metro2FilesApiService + func (r ApiValidatorRequest) Execute() (string, *http.Response, error) + func (r ApiValidatorRequest) File(file *os.File) ApiValidatorRequest + type BaseSegment struct + AccountStatus string + AccountType string + ActualPaymentAmount *int32 + AddressIndicator *string + AmountPastDue *int32 + BlockDescriptorWord *int32 + City *string + ComplianceConditionCode *string + ConsumerAccountNumber string + ConsumerInformationIndicator *string + CountryCode *string + CreditLimit *int32 + CurrentBalance int32 + CycleIdentifier *string + DateAccountInformation time.Time + DateBirth time.Time + DateClosed *time.Time + DateFirstDelinquency *time.Time + DateLastPayment *time.Time + DateOpened *time.Time + EcoaCode string + FirstLineAddress string + FirstName string + GenerationCode *string + HighestCredit int32 + IdentificationNumber string + InterestTypeIndicator *string + MiddleName *string + OriginalChargeOffAmount *int32 + PaymentHistoryProfile string + PaymentRating *string + PortfolioType *string + RecordDescriptorWord int32 + ResidenceCode *string + ScheduledMonthlyPaymentAmount *int32 + SecondLineAddress *string + SocialSecurityNumber int32 + SpecialComment *string + State string + Surname string + TelephoneNumber *int64 + TermsDuration string + TermsFrequency *string + TimeStamp *time.Time + ZipCode string + func NewBaseSegment(recordDescriptorWord int32, identificationNumber string, ...) *BaseSegment + func NewBaseSegmentWithDefaults() *BaseSegment + func (o *BaseSegment) GetAccountStatus() string + func (o *BaseSegment) GetAccountStatusOk() (*string, bool) + func (o *BaseSegment) GetAccountType() string + func (o *BaseSegment) GetAccountTypeOk() (*string, bool) + func (o *BaseSegment) GetActualPaymentAmount() int32 + func (o *BaseSegment) GetActualPaymentAmountOk() (*int32, bool) + func (o *BaseSegment) GetAddressIndicator() string + func (o *BaseSegment) GetAddressIndicatorOk() (*string, bool) + func (o *BaseSegment) GetAmountPastDue() int32 + func (o *BaseSegment) GetAmountPastDueOk() (*int32, bool) + func (o *BaseSegment) GetBlockDescriptorWord() int32 + func (o *BaseSegment) GetBlockDescriptorWordOk() (*int32, bool) + func (o *BaseSegment) GetCity() string + func (o *BaseSegment) GetCityOk() (*string, bool) + func (o *BaseSegment) GetComplianceConditionCode() string + func (o *BaseSegment) GetComplianceConditionCodeOk() (*string, bool) + func (o *BaseSegment) GetConsumerAccountNumber() string + func (o *BaseSegment) GetConsumerAccountNumberOk() (*string, bool) + func (o *BaseSegment) GetConsumerInformationIndicator() string + func (o *BaseSegment) GetConsumerInformationIndicatorOk() (*string, bool) + func (o *BaseSegment) GetCountryCode() string + func (o *BaseSegment) GetCountryCodeOk() (*string, bool) + func (o *BaseSegment) GetCreditLimit() int32 + func (o *BaseSegment) GetCreditLimitOk() (*int32, bool) + func (o *BaseSegment) GetCurrentBalance() int32 + func (o *BaseSegment) GetCurrentBalanceOk() (*int32, bool) + func (o *BaseSegment) GetCycleIdentifier() string + func (o *BaseSegment) GetCycleIdentifierOk() (*string, bool) + func (o *BaseSegment) GetDateAccountInformation() time.Time + func (o *BaseSegment) GetDateAccountInformationOk() (*time.Time, bool) + func (o *BaseSegment) GetDateBirth() time.Time + func (o *BaseSegment) GetDateBirthOk() (*time.Time, bool) + func (o *BaseSegment) GetDateClosed() time.Time + func (o *BaseSegment) GetDateClosedOk() (*time.Time, bool) + func (o *BaseSegment) GetDateFirstDelinquency() time.Time + func (o *BaseSegment) GetDateFirstDelinquencyOk() (*time.Time, bool) + func (o *BaseSegment) GetDateLastPayment() time.Time + func (o *BaseSegment) GetDateLastPaymentOk() (*time.Time, bool) + func (o *BaseSegment) GetDateOpened() time.Time + func (o *BaseSegment) GetDateOpenedOk() (*time.Time, bool) + func (o *BaseSegment) GetEcoaCode() string + func (o *BaseSegment) GetEcoaCodeOk() (*string, bool) + func (o *BaseSegment) GetFirstLineAddress() string + func (o *BaseSegment) GetFirstLineAddressOk() (*string, bool) + func (o *BaseSegment) GetFirstName() string + func (o *BaseSegment) GetFirstNameOk() (*string, bool) + func (o *BaseSegment) GetGenerationCode() string + func (o *BaseSegment) GetGenerationCodeOk() (*string, bool) + func (o *BaseSegment) GetHighestCredit() int32 + func (o *BaseSegment) GetHighestCreditOk() (*int32, bool) + func (o *BaseSegment) GetIdentificationNumber() string + func (o *BaseSegment) GetIdentificationNumberOk() (*string, bool) + func (o *BaseSegment) GetInterestTypeIndicator() string + func (o *BaseSegment) GetInterestTypeIndicatorOk() (*string, bool) + func (o *BaseSegment) GetMiddleName() string + func (o *BaseSegment) GetMiddleNameOk() (*string, bool) + func (o *BaseSegment) GetOriginalChargeOffAmount() int32 + func (o *BaseSegment) GetOriginalChargeOffAmountOk() (*int32, bool) + func (o *BaseSegment) GetPaymentHistoryProfile() string + func (o *BaseSegment) GetPaymentHistoryProfileOk() (*string, bool) + func (o *BaseSegment) GetPaymentRating() string + func (o *BaseSegment) GetPaymentRatingOk() (*string, bool) + func (o *BaseSegment) GetPortfolioType() string + func (o *BaseSegment) GetPortfolioTypeOk() (*string, bool) + func (o *BaseSegment) GetRecordDescriptorWord() int32 + func (o *BaseSegment) GetRecordDescriptorWordOk() (*int32, bool) + func (o *BaseSegment) GetResidenceCode() string + func (o *BaseSegment) GetResidenceCodeOk() (*string, bool) + func (o *BaseSegment) GetScheduledMonthlyPaymentAmount() int32 + func (o *BaseSegment) GetScheduledMonthlyPaymentAmountOk() (*int32, bool) + func (o *BaseSegment) GetSecondLineAddress() string + func (o *BaseSegment) GetSecondLineAddressOk() (*string, bool) + func (o *BaseSegment) GetSocialSecurityNumber() int32 + func (o *BaseSegment) GetSocialSecurityNumberOk() (*int32, bool) + func (o *BaseSegment) GetSpecialComment() string + func (o *BaseSegment) GetSpecialCommentOk() (*string, bool) + func (o *BaseSegment) GetState() string + func (o *BaseSegment) GetStateOk() (*string, bool) + func (o *BaseSegment) GetSurname() string + func (o *BaseSegment) GetSurnameOk() (*string, bool) + func (o *BaseSegment) GetTelephoneNumber() int64 + func (o *BaseSegment) GetTelephoneNumberOk() (*int64, bool) + func (o *BaseSegment) GetTermsDuration() string + func (o *BaseSegment) GetTermsDurationOk() (*string, bool) + func (o *BaseSegment) GetTermsFrequency() string + func (o *BaseSegment) GetTermsFrequencyOk() (*string, bool) + func (o *BaseSegment) GetTimeStamp() time.Time + func (o *BaseSegment) GetTimeStampOk() (*time.Time, bool) + func (o *BaseSegment) GetZipCode() string + func (o *BaseSegment) GetZipCodeOk() (*string, bool) + func (o *BaseSegment) HasActualPaymentAmount() bool + func (o *BaseSegment) HasAddressIndicator() bool + func (o *BaseSegment) HasAmountPastDue() bool + func (o *BaseSegment) HasBlockDescriptorWord() bool + func (o *BaseSegment) HasCity() bool + func (o *BaseSegment) HasComplianceConditionCode() bool + func (o *BaseSegment) HasConsumerInformationIndicator() bool + func (o *BaseSegment) HasCountryCode() bool + func (o *BaseSegment) HasCreditLimit() bool + func (o *BaseSegment) HasCycleIdentifier() bool + func (o *BaseSegment) HasDateClosed() bool + func (o *BaseSegment) HasDateFirstDelinquency() bool + func (o *BaseSegment) HasDateLastPayment() bool + func (o *BaseSegment) HasDateOpened() bool + func (o *BaseSegment) HasGenerationCode() bool + func (o *BaseSegment) HasInterestTypeIndicator() bool + func (o *BaseSegment) HasMiddleName() bool + func (o *BaseSegment) HasOriginalChargeOffAmount() bool + func (o *BaseSegment) HasPaymentRating() bool + func (o *BaseSegment) HasPortfolioType() bool + func (o *BaseSegment) HasResidenceCode() bool + func (o *BaseSegment) HasScheduledMonthlyPaymentAmount() bool + func (o *BaseSegment) HasSecondLineAddress() bool + func (o *BaseSegment) HasSpecialComment() bool + func (o *BaseSegment) HasTelephoneNumber() bool + func (o *BaseSegment) HasTermsFrequency() bool + func (o *BaseSegment) HasTimeStamp() bool + func (o *BaseSegment) SetAccountStatus(v string) + func (o *BaseSegment) SetAccountType(v string) + func (o *BaseSegment) SetActualPaymentAmount(v int32) + func (o *BaseSegment) SetAddressIndicator(v string) + func (o *BaseSegment) SetAmountPastDue(v int32) + func (o *BaseSegment) SetBlockDescriptorWord(v int32) + func (o *BaseSegment) SetCity(v string) + func (o *BaseSegment) SetComplianceConditionCode(v string) + func (o *BaseSegment) SetConsumerAccountNumber(v string) + func (o *BaseSegment) SetConsumerInformationIndicator(v string) + func (o *BaseSegment) SetCountryCode(v string) + func (o *BaseSegment) SetCreditLimit(v int32) + func (o *BaseSegment) SetCurrentBalance(v int32) + func (o *BaseSegment) SetCycleIdentifier(v string) + func (o *BaseSegment) SetDateAccountInformation(v time.Time) + func (o *BaseSegment) SetDateBirth(v time.Time) + func (o *BaseSegment) SetDateClosed(v time.Time) + func (o *BaseSegment) SetDateFirstDelinquency(v time.Time) + func (o *BaseSegment) SetDateLastPayment(v time.Time) + func (o *BaseSegment) SetDateOpened(v time.Time) + func (o *BaseSegment) SetEcoaCode(v string) + func (o *BaseSegment) SetFirstLineAddress(v string) + func (o *BaseSegment) SetFirstName(v string) + func (o *BaseSegment) SetGenerationCode(v string) + func (o *BaseSegment) SetHighestCredit(v int32) + func (o *BaseSegment) SetIdentificationNumber(v string) + func (o *BaseSegment) SetInterestTypeIndicator(v string) + func (o *BaseSegment) SetMiddleName(v string) + func (o *BaseSegment) SetOriginalChargeOffAmount(v int32) + func (o *BaseSegment) SetPaymentHistoryProfile(v string) + func (o *BaseSegment) SetPaymentRating(v string) + func (o *BaseSegment) SetPortfolioType(v string) + func (o *BaseSegment) SetRecordDescriptorWord(v int32) + func (o *BaseSegment) SetResidenceCode(v string) + func (o *BaseSegment) SetScheduledMonthlyPaymentAmount(v int32) + func (o *BaseSegment) SetSecondLineAddress(v string) + func (o *BaseSegment) SetSocialSecurityNumber(v int32) + func (o *BaseSegment) SetSpecialComment(v string) + func (o *BaseSegment) SetState(v string) + func (o *BaseSegment) SetSurname(v string) + func (o *BaseSegment) SetTelephoneNumber(v int64) + func (o *BaseSegment) SetTermsDuration(v string) + func (o *BaseSegment) SetTermsFrequency(v string) + func (o *BaseSegment) SetTimeStamp(v time.Time) + func (o *BaseSegment) SetZipCode(v string) + func (o BaseSegment) MarshalJSON() ([]byte, error) + func (o BaseSegment) ToMap() (map[string]interface{}, error) + type BasicAuth struct + Password string + UserName string + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type DataRecord struct + Base BaseSegment + J1 []J1Segment + J2 []J2Segment + K1 *K1Segment + K2 *K2Segment + K3 *K3Segment + K4 *K4Segment + L1 *L1Segment + N1 *N1Segment + func NewDataRecord(base BaseSegment) *DataRecord + func NewDataRecordWithDefaults() *DataRecord + func (o *DataRecord) GetBase() BaseSegment + func (o *DataRecord) GetBaseOk() (*BaseSegment, bool) + func (o *DataRecord) GetJ1() []J1Segment + func (o *DataRecord) GetJ1Ok() ([]J1Segment, bool) + func (o *DataRecord) GetJ2() []J2Segment + func (o *DataRecord) GetJ2Ok() ([]J2Segment, bool) + func (o *DataRecord) GetK1() K1Segment + func (o *DataRecord) GetK1Ok() (*K1Segment, bool) + func (o *DataRecord) GetK2() K2Segment + func (o *DataRecord) GetK2Ok() (*K2Segment, bool) + func (o *DataRecord) GetK3() K3Segment + func (o *DataRecord) GetK3Ok() (*K3Segment, bool) + func (o *DataRecord) GetK4() K4Segment + func (o *DataRecord) GetK4Ok() (*K4Segment, bool) + func (o *DataRecord) GetL1() L1Segment + func (o *DataRecord) GetL1Ok() (*L1Segment, bool) + func (o *DataRecord) GetN1() N1Segment + func (o *DataRecord) GetN1Ok() (*N1Segment, bool) + func (o *DataRecord) HasJ1() bool + func (o *DataRecord) HasJ2() bool + func (o *DataRecord) HasK1() bool + func (o *DataRecord) HasK2() bool + func (o *DataRecord) HasK3() bool + func (o *DataRecord) HasK4() bool + func (o *DataRecord) HasL1() bool + func (o *DataRecord) HasN1() bool + func (o *DataRecord) SetBase(v BaseSegment) + func (o *DataRecord) SetJ1(v []J1Segment) + func (o *DataRecord) SetJ2(v []J2Segment) + func (o *DataRecord) SetK1(v K1Segment) + func (o *DataRecord) SetK2(v K2Segment) + func (o *DataRecord) SetK3(v K3Segment) + func (o *DataRecord) SetK4(v K4Segment) + func (o *DataRecord) SetL1(v L1Segment) + func (o *DataRecord) SetN1(v N1Segment) + func (o DataRecord) MarshalJSON() ([]byte, error) + func (o DataRecord) ToMap() (map[string]interface{}, error) + type File struct + Data []DataRecord + Header HeaderRecord + Trailer TrailerRecord + func NewFile(header HeaderRecord, trailer TrailerRecord) *File + func NewFileWithDefaults() *File + func (o *File) GetData() []DataRecord + func (o *File) GetDataOk() ([]DataRecord, bool) + func (o *File) GetHeader() HeaderRecord + func (o *File) GetHeaderOk() (*HeaderRecord, bool) + func (o *File) GetTrailer() TrailerRecord + func (o *File) GetTrailerOk() (*TrailerRecord, bool) + func (o *File) HasData() bool + func (o *File) SetData(v []DataRecord) + func (o *File) SetHeader(v HeaderRecord) + func (o *File) SetTrailer(v TrailerRecord) + func (o File) MarshalJSON() ([]byte, error) + func (o File) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type HeaderRecord struct + ActivityDate time.Time + BlockDescriptorWord *int32 + CycleIdentifier *string + DateCreated time.Time + EquifaxProgramIdentifier *string + ExperianProgramIdentifier *string + InnovisProgramIdentifier *string + PrbcProgramIdentifier *string + ProgramDate *time.Time + ProgramRevisionDate *time.Time + RecordDescriptorWord int32 + RecordIdentifier string + ReporterAddress string + ReporterName string + ReporterTelephoneNumber *int64 + SoftwareVendorName *string + SoftwareVersionNumber *string + TransUnionProgramIdentifier *string + func NewHeaderRecord(recordDescriptorWord int32, recordIdentifier string, activityDate time.Time, ...) *HeaderRecord + func NewHeaderRecordWithDefaults() *HeaderRecord + func (o *HeaderRecord) GetActivityDate() time.Time + func (o *HeaderRecord) GetActivityDateOk() (*time.Time, bool) + func (o *HeaderRecord) GetBlockDescriptorWord() int32 + func (o *HeaderRecord) GetBlockDescriptorWordOk() (*int32, bool) + func (o *HeaderRecord) GetCycleIdentifier() string + func (o *HeaderRecord) GetCycleIdentifierOk() (*string, bool) + func (o *HeaderRecord) GetDateCreated() time.Time + func (o *HeaderRecord) GetDateCreatedOk() (*time.Time, bool) + func (o *HeaderRecord) GetEquifaxProgramIdentifier() string + func (o *HeaderRecord) GetEquifaxProgramIdentifierOk() (*string, bool) + func (o *HeaderRecord) GetExperianProgramIdentifier() string + func (o *HeaderRecord) GetExperianProgramIdentifierOk() (*string, bool) + func (o *HeaderRecord) GetInnovisProgramIdentifier() string + func (o *HeaderRecord) GetInnovisProgramIdentifierOk() (*string, bool) + func (o *HeaderRecord) GetPrbcProgramIdentifier() string + func (o *HeaderRecord) GetPrbcProgramIdentifierOk() (*string, bool) + func (o *HeaderRecord) GetProgramDate() time.Time + func (o *HeaderRecord) GetProgramDateOk() (*time.Time, bool) + func (o *HeaderRecord) GetProgramRevisionDate() time.Time + func (o *HeaderRecord) GetProgramRevisionDateOk() (*time.Time, bool) + func (o *HeaderRecord) GetRecordDescriptorWord() int32 + func (o *HeaderRecord) GetRecordDescriptorWordOk() (*int32, bool) + func (o *HeaderRecord) GetRecordIdentifier() string + func (o *HeaderRecord) GetRecordIdentifierOk() (*string, bool) + func (o *HeaderRecord) GetReporterAddress() string + func (o *HeaderRecord) GetReporterAddressOk() (*string, bool) + func (o *HeaderRecord) GetReporterName() string + func (o *HeaderRecord) GetReporterNameOk() (*string, bool) + func (o *HeaderRecord) GetReporterTelephoneNumber() int64 + func (o *HeaderRecord) GetReporterTelephoneNumberOk() (*int64, bool) + func (o *HeaderRecord) GetSoftwareVendorName() string + func (o *HeaderRecord) GetSoftwareVendorNameOk() (*string, bool) + func (o *HeaderRecord) GetSoftwareVersionNumber() string + func (o *HeaderRecord) GetSoftwareVersionNumberOk() (*string, bool) + func (o *HeaderRecord) GetTransUnionProgramIdentifier() string + func (o *HeaderRecord) GetTransUnionProgramIdentifierOk() (*string, bool) + func (o *HeaderRecord) HasBlockDescriptorWord() bool + func (o *HeaderRecord) HasCycleIdentifier() bool + func (o *HeaderRecord) HasEquifaxProgramIdentifier() bool + func (o *HeaderRecord) HasExperianProgramIdentifier() bool + func (o *HeaderRecord) HasInnovisProgramIdentifier() bool + func (o *HeaderRecord) HasPrbcProgramIdentifier() bool + func (o *HeaderRecord) HasProgramDate() bool + func (o *HeaderRecord) HasProgramRevisionDate() bool + func (o *HeaderRecord) HasReporterTelephoneNumber() bool + func (o *HeaderRecord) HasSoftwareVendorName() bool + func (o *HeaderRecord) HasSoftwareVersionNumber() bool + func (o *HeaderRecord) HasTransUnionProgramIdentifier() bool + func (o *HeaderRecord) SetActivityDate(v time.Time) + func (o *HeaderRecord) SetBlockDescriptorWord(v int32) + func (o *HeaderRecord) SetCycleIdentifier(v string) + func (o *HeaderRecord) SetDateCreated(v time.Time) + func (o *HeaderRecord) SetEquifaxProgramIdentifier(v string) + func (o *HeaderRecord) SetExperianProgramIdentifier(v string) + func (o *HeaderRecord) SetInnovisProgramIdentifier(v string) + func (o *HeaderRecord) SetPrbcProgramIdentifier(v string) + func (o *HeaderRecord) SetProgramDate(v time.Time) + func (o *HeaderRecord) SetProgramRevisionDate(v time.Time) + func (o *HeaderRecord) SetRecordDescriptorWord(v int32) + func (o *HeaderRecord) SetRecordIdentifier(v string) + func (o *HeaderRecord) SetReporterAddress(v string) + func (o *HeaderRecord) SetReporterName(v string) + func (o *HeaderRecord) SetReporterTelephoneNumber(v int64) + func (o *HeaderRecord) SetSoftwareVendorName(v string) + func (o *HeaderRecord) SetSoftwareVersionNumber(v string) + func (o *HeaderRecord) SetTransUnionProgramIdentifier(v string) + func (o HeaderRecord) MarshalJSON() ([]byte, error) + func (o HeaderRecord) ToMap() (map[string]interface{}, error) + type J1Segment struct + ConsumerInformationIndicator *string + DateBirth time.Time + EcoaCode string + FirstName string + GenerationCode *string + MiddleName *string + SegmentIdentifier string + SocialSecurityNumber int32 + Surname string + TelephoneNumber *int64 + func NewJ1Segment(segmentIdentifier string, surname string, firstName string, ...) *J1Segment + func NewJ1SegmentWithDefaults() *J1Segment + func (o *J1Segment) GetConsumerInformationIndicator() string + func (o *J1Segment) GetConsumerInformationIndicatorOk() (*string, bool) + func (o *J1Segment) GetDateBirth() time.Time + func (o *J1Segment) GetDateBirthOk() (*time.Time, bool) + func (o *J1Segment) GetEcoaCode() string + func (o *J1Segment) GetEcoaCodeOk() (*string, bool) + func (o *J1Segment) GetFirstName() string + func (o *J1Segment) GetFirstNameOk() (*string, bool) + func (o *J1Segment) GetGenerationCode() string + func (o *J1Segment) GetGenerationCodeOk() (*string, bool) + func (o *J1Segment) GetMiddleName() string + func (o *J1Segment) GetMiddleNameOk() (*string, bool) + func (o *J1Segment) GetSegmentIdentifier() string + func (o *J1Segment) GetSegmentIdentifierOk() (*string, bool) + func (o *J1Segment) GetSocialSecurityNumber() int32 + func (o *J1Segment) GetSocialSecurityNumberOk() (*int32, bool) + func (o *J1Segment) GetSurname() string + func (o *J1Segment) GetSurnameOk() (*string, bool) + func (o *J1Segment) GetTelephoneNumber() int64 + func (o *J1Segment) GetTelephoneNumberOk() (*int64, bool) + func (o *J1Segment) HasConsumerInformationIndicator() bool + func (o *J1Segment) HasGenerationCode() bool + func (o *J1Segment) HasMiddleName() bool + func (o *J1Segment) HasTelephoneNumber() bool + func (o *J1Segment) SetConsumerInformationIndicator(v string) + func (o *J1Segment) SetDateBirth(v time.Time) + func (o *J1Segment) SetEcoaCode(v string) + func (o *J1Segment) SetFirstName(v string) + func (o *J1Segment) SetGenerationCode(v string) + func (o *J1Segment) SetMiddleName(v string) + func (o *J1Segment) SetSegmentIdentifier(v string) + func (o *J1Segment) SetSocialSecurityNumber(v int32) + func (o *J1Segment) SetSurname(v string) + func (o *J1Segment) SetTelephoneNumber(v int64) + func (o J1Segment) MarshalJSON() ([]byte, error) + func (o J1Segment) ToMap() (map[string]interface{}, error) + type J2Segment struct + AddressIndicator *string + City string + ConsumerInformationIndicator *string + CountryCode *string + DateBirth time.Time + EcoaCode string + FirstLineAddress string + FirstName string + GenerationCode *string + MiddleName *string + ResidenceCode *string + SecondLineAddress *string + SegmentIdentifier string + SocialSecurityNumber int32 + State string + Surname string + TelephoneNumber *int64 + ZipCode string + func NewJ2Segment(segmentIdentifier string, surname string, firstName string, ...) *J2Segment + func NewJ2SegmentWithDefaults() *J2Segment + func (o *J2Segment) GetAddressIndicator() string + func (o *J2Segment) GetAddressIndicatorOk() (*string, bool) + func (o *J2Segment) GetCity() string + func (o *J2Segment) GetCityOk() (*string, bool) + func (o *J2Segment) GetConsumerInformationIndicator() string + func (o *J2Segment) GetConsumerInformationIndicatorOk() (*string, bool) + func (o *J2Segment) GetCountryCode() string + func (o *J2Segment) GetCountryCodeOk() (*string, bool) + func (o *J2Segment) GetDateBirth() time.Time + func (o *J2Segment) GetDateBirthOk() (*time.Time, bool) + func (o *J2Segment) GetEcoaCode() string + func (o *J2Segment) GetEcoaCodeOk() (*string, bool) + func (o *J2Segment) GetFirstLineAddress() string + func (o *J2Segment) GetFirstLineAddressOk() (*string, bool) + func (o *J2Segment) GetFirstName() string + func (o *J2Segment) GetFirstNameOk() (*string, bool) + func (o *J2Segment) GetGenerationCode() string + func (o *J2Segment) GetGenerationCodeOk() (*string, bool) + func (o *J2Segment) GetMiddleName() string + func (o *J2Segment) GetMiddleNameOk() (*string, bool) + func (o *J2Segment) GetResidenceCode() string + func (o *J2Segment) GetResidenceCodeOk() (*string, bool) + func (o *J2Segment) GetSecondLineAddress() string + func (o *J2Segment) GetSecondLineAddressOk() (*string, bool) + func (o *J2Segment) GetSegmentIdentifier() string + func (o *J2Segment) GetSegmentIdentifierOk() (*string, bool) + func (o *J2Segment) GetSocialSecurityNumber() int32 + func (o *J2Segment) GetSocialSecurityNumberOk() (*int32, bool) + func (o *J2Segment) GetState() string + func (o *J2Segment) GetStateOk() (*string, bool) + func (o *J2Segment) GetSurname() string + func (o *J2Segment) GetSurnameOk() (*string, bool) + func (o *J2Segment) GetTelephoneNumber() int64 + func (o *J2Segment) GetTelephoneNumberOk() (*int64, bool) + func (o *J2Segment) GetZipCode() string + func (o *J2Segment) GetZipCodeOk() (*string, bool) + func (o *J2Segment) HasAddressIndicator() bool + func (o *J2Segment) HasConsumerInformationIndicator() bool + func (o *J2Segment) HasCountryCode() bool + func (o *J2Segment) HasGenerationCode() bool + func (o *J2Segment) HasMiddleName() bool + func (o *J2Segment) HasResidenceCode() bool + func (o *J2Segment) HasSecondLineAddress() bool + func (o *J2Segment) HasTelephoneNumber() bool + func (o *J2Segment) SetAddressIndicator(v string) + func (o *J2Segment) SetCity(v string) + func (o *J2Segment) SetConsumerInformationIndicator(v string) + func (o *J2Segment) SetCountryCode(v string) + func (o *J2Segment) SetDateBirth(v time.Time) + func (o *J2Segment) SetEcoaCode(v string) + func (o *J2Segment) SetFirstLineAddress(v string) + func (o *J2Segment) SetFirstName(v string) + func (o *J2Segment) SetGenerationCode(v string) + func (o *J2Segment) SetMiddleName(v string) + func (o *J2Segment) SetResidenceCode(v string) + func (o *J2Segment) SetSecondLineAddress(v string) + func (o *J2Segment) SetSegmentIdentifier(v string) + func (o *J2Segment) SetSocialSecurityNumber(v int32) + func (o *J2Segment) SetState(v string) + func (o *J2Segment) SetSurname(v string) + func (o *J2Segment) SetTelephoneNumber(v int64) + func (o *J2Segment) SetZipCode(v string) + func (o J2Segment) MarshalJSON() ([]byte, error) + func (o J2Segment) ToMap() (map[string]interface{}, error) + type K1Segment struct + CreditorClassification int32 + OriginalCreditorName string + SegmentIdentifier string + func NewK1Segment(segmentIdentifier string, originalCreditorName string, ...) *K1Segment + func NewK1SegmentWithDefaults() *K1Segment + func (o *K1Segment) GetCreditorClassification() int32 + func (o *K1Segment) GetCreditorClassificationOk() (*int32, bool) + func (o *K1Segment) GetOriginalCreditorName() string + func (o *K1Segment) GetOriginalCreditorNameOk() (*string, bool) + func (o *K1Segment) GetSegmentIdentifier() string + func (o *K1Segment) GetSegmentIdentifierOk() (*string, bool) + func (o *K1Segment) SetCreditorClassification(v int32) + func (o *K1Segment) SetOriginalCreditorName(v string) + func (o *K1Segment) SetSegmentIdentifier(v string) + func (o K1Segment) MarshalJSON() ([]byte, error) + func (o K1Segment) ToMap() (map[string]interface{}, error) + type K2Segment struct + PurchasedIndicator int32 + PurchasedName string + SegmentIdentifier string + func NewK2Segment(segmentIdentifier string, purchasedIndicator int32, purchasedName string) *K2Segment + func NewK2SegmentWithDefaults() *K2Segment + func (o *K2Segment) GetPurchasedIndicator() int32 + func (o *K2Segment) GetPurchasedIndicatorOk() (*int32, bool) + func (o *K2Segment) GetPurchasedName() string + func (o *K2Segment) GetPurchasedNameOk() (*string, bool) + func (o *K2Segment) GetSegmentIdentifier() string + func (o *K2Segment) GetSegmentIdentifierOk() (*string, bool) + func (o *K2Segment) SetPurchasedIndicator(v int32) + func (o *K2Segment) SetPurchasedName(v string) + func (o *K2Segment) SetSegmentIdentifier(v string) + func (o K2Segment) MarshalJSON() ([]byte, error) + func (o K2Segment) ToMap() (map[string]interface{}, error) + type K3Segment struct + AccountNumber *string + AgencyIdentifier *int32 + MortgageIdentificationNumber *string + SegmentIdentifier string + func NewK3Segment(segmentIdentifier string) *K3Segment + func NewK3SegmentWithDefaults() *K3Segment + func (o *K3Segment) GetAccountNumber() string + func (o *K3Segment) GetAccountNumberOk() (*string, bool) + func (o *K3Segment) GetAgencyIdentifier() int32 + func (o *K3Segment) GetAgencyIdentifierOk() (*int32, bool) + func (o *K3Segment) GetMortgageIdentificationNumber() string + func (o *K3Segment) GetMortgageIdentificationNumberOk() (*string, bool) + func (o *K3Segment) GetSegmentIdentifier() string + func (o *K3Segment) GetSegmentIdentifierOk() (*string, bool) + func (o *K3Segment) HasAccountNumber() bool + func (o *K3Segment) HasAgencyIdentifier() bool + func (o *K3Segment) HasMortgageIdentificationNumber() bool + func (o *K3Segment) SetAccountNumber(v string) + func (o *K3Segment) SetAgencyIdentifier(v int32) + func (o *K3Segment) SetMortgageIdentificationNumber(v string) + func (o *K3Segment) SetSegmentIdentifier(v string) + func (o K3Segment) MarshalJSON() ([]byte, error) + func (o K3Segment) ToMap() (map[string]interface{}, error) + type K4Segment struct + BalloonPaymentAmount *int32 + BalloonPaymentDueDate *time.Time + DeferredPaymentStartDate *time.Time + SegmentIdentifier string + SpecializedPaymentIndicator int32 + func NewK4Segment(segmentIdentifier string, specializedPaymentIndicator int32) *K4Segment + func NewK4SegmentWithDefaults() *K4Segment + func (o *K4Segment) GetBalloonPaymentAmount() int32 + func (o *K4Segment) GetBalloonPaymentAmountOk() (*int32, bool) + func (o *K4Segment) GetBalloonPaymentDueDate() time.Time + func (o *K4Segment) GetBalloonPaymentDueDateOk() (*time.Time, bool) + func (o *K4Segment) GetDeferredPaymentStartDate() time.Time + func (o *K4Segment) GetDeferredPaymentStartDateOk() (*time.Time, bool) + func (o *K4Segment) GetSegmentIdentifier() string + func (o *K4Segment) GetSegmentIdentifierOk() (*string, bool) + func (o *K4Segment) GetSpecializedPaymentIndicator() int32 + func (o *K4Segment) GetSpecializedPaymentIndicatorOk() (*int32, bool) + func (o *K4Segment) HasBalloonPaymentAmount() bool + func (o *K4Segment) HasBalloonPaymentDueDate() bool + func (o *K4Segment) HasDeferredPaymentStartDate() bool + func (o *K4Segment) SetBalloonPaymentAmount(v int32) + func (o *K4Segment) SetBalloonPaymentDueDate(v time.Time) + func (o *K4Segment) SetDeferredPaymentStartDate(v time.Time) + func (o *K4Segment) SetSegmentIdentifier(v string) + func (o *K4Segment) SetSpecializedPaymentIndicator(v int32) + func (o K4Segment) MarshalJSON() ([]byte, error) + func (o K4Segment) ToMap() (map[string]interface{}, error) + type L1Segment struct + BalloonPaymentDueDate *string + ChangeIndicator int32 + NewConsumerAccountNumber *string + SegmentIdentifier string + func NewL1Segment(segmentIdentifier string, changeIndicator int32) *L1Segment + func NewL1SegmentWithDefaults() *L1Segment + func (o *L1Segment) GetBalloonPaymentDueDate() string + func (o *L1Segment) GetBalloonPaymentDueDateOk() (*string, bool) + func (o *L1Segment) GetChangeIndicator() int32 + func (o *L1Segment) GetChangeIndicatorOk() (*int32, bool) + func (o *L1Segment) GetNewConsumerAccountNumber() string + func (o *L1Segment) GetNewConsumerAccountNumberOk() (*string, bool) + func (o *L1Segment) GetSegmentIdentifier() string + func (o *L1Segment) GetSegmentIdentifierOk() (*string, bool) + func (o *L1Segment) HasBalloonPaymentDueDate() bool + func (o *L1Segment) HasNewConsumerAccountNumber() bool + func (o *L1Segment) SetBalloonPaymentDueDate(v string) + func (o *L1Segment) SetChangeIndicator(v int32) + func (o *L1Segment) SetNewConsumerAccountNumber(v string) + func (o *L1Segment) SetSegmentIdentifier(v string) + func (o L1Segment) MarshalJSON() ([]byte, error) + func (o L1Segment) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type Metro2FilesApiService service + func (a *Metro2FilesApiService) Convert(ctx context.Context) ApiConvertRequest + func (a *Metro2FilesApiService) ConvertExecute(r ApiConvertRequest) (*os.File, *http.Response, error) + func (a *Metro2FilesApiService) Health(ctx context.Context) ApiHealthRequest + func (a *Metro2FilesApiService) HealthExecute(r ApiHealthRequest) (string, *http.Response, error) + func (a *Metro2FilesApiService) Print(ctx context.Context) ApiPrintRequest + func (a *Metro2FilesApiService) PrintExecute(r ApiPrintRequest) (string, *http.Response, error) + func (a *Metro2FilesApiService) Validator(ctx context.Context) ApiValidatorRequest + func (a *Metro2FilesApiService) ValidatorExecute(r ApiValidatorRequest) (string, *http.Response, error) + type N1Segment struct + EmployerCity *string + EmployerName string + EmployerState *string + FirstLineEmployerAddress *string + Occupation *string + SecondLineEmployerAddress *string + SegmentIdentifier string + ZipCode *string + func NewN1Segment(segmentIdentifier string, employerName string) *N1Segment + func NewN1SegmentWithDefaults() *N1Segment + func (o *N1Segment) GetEmployerCity() string + func (o *N1Segment) GetEmployerCityOk() (*string, bool) + func (o *N1Segment) GetEmployerName() string + func (o *N1Segment) GetEmployerNameOk() (*string, bool) + func (o *N1Segment) GetEmployerState() string + func (o *N1Segment) GetEmployerStateOk() (*string, bool) + func (o *N1Segment) GetFirstLineEmployerAddress() string + func (o *N1Segment) GetFirstLineEmployerAddressOk() (*string, bool) + func (o *N1Segment) GetOccupation() string + func (o *N1Segment) GetOccupationOk() (*string, bool) + func (o *N1Segment) GetSecondLineEmployerAddress() string + func (o *N1Segment) GetSecondLineEmployerAddressOk() (*string, bool) + func (o *N1Segment) GetSegmentIdentifier() string + func (o *N1Segment) GetSegmentIdentifierOk() (*string, bool) + func (o *N1Segment) GetZipCode() string + func (o *N1Segment) GetZipCodeOk() (*string, bool) + func (o *N1Segment) HasEmployerCity() bool + func (o *N1Segment) HasEmployerState() bool + func (o *N1Segment) HasFirstLineEmployerAddress() bool + func (o *N1Segment) HasOccupation() bool + func (o *N1Segment) HasSecondLineEmployerAddress() bool + func (o *N1Segment) HasZipCode() bool + func (o *N1Segment) SetEmployerCity(v string) + func (o *N1Segment) SetEmployerName(v string) + func (o *N1Segment) SetEmployerState(v string) + func (o *N1Segment) SetFirstLineEmployerAddress(v string) + func (o *N1Segment) SetOccupation(v string) + func (o *N1Segment) SetSecondLineEmployerAddress(v string) + func (o *N1Segment) SetSegmentIdentifier(v string) + func (o *N1Segment) SetZipCode(v string) + func (o N1Segment) MarshalJSON() ([]byte, error) + func (o N1Segment) ToMap() (map[string]interface{}, error) + type NullableBaseSegment struct + func NewNullableBaseSegment(val *BaseSegment) *NullableBaseSegment + func (v *NullableBaseSegment) Set(val *BaseSegment) + func (v *NullableBaseSegment) UnmarshalJSON(src []byte) error + func (v *NullableBaseSegment) Unset() + func (v NullableBaseSegment) Get() *BaseSegment + func (v NullableBaseSegment) IsSet() bool + func (v NullableBaseSegment) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableDataRecord struct + func NewNullableDataRecord(val *DataRecord) *NullableDataRecord + func (v *NullableDataRecord) Set(val *DataRecord) + func (v *NullableDataRecord) UnmarshalJSON(src []byte) error + func (v *NullableDataRecord) Unset() + func (v NullableDataRecord) Get() *DataRecord + func (v NullableDataRecord) IsSet() bool + func (v NullableDataRecord) MarshalJSON() ([]byte, error) + type NullableFile struct + func NewNullableFile(val *File) *NullableFile + func (v *NullableFile) Set(val *File) + func (v *NullableFile) UnmarshalJSON(src []byte) error + func (v *NullableFile) Unset() + func (v NullableFile) Get() *File + func (v NullableFile) IsSet() bool + func (v NullableFile) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableHeaderRecord struct + func NewNullableHeaderRecord(val *HeaderRecord) *NullableHeaderRecord + func (v *NullableHeaderRecord) Set(val *HeaderRecord) + func (v *NullableHeaderRecord) UnmarshalJSON(src []byte) error + func (v *NullableHeaderRecord) Unset() + func (v NullableHeaderRecord) Get() *HeaderRecord + func (v NullableHeaderRecord) IsSet() bool + func (v NullableHeaderRecord) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableJ1Segment struct + func NewNullableJ1Segment(val *J1Segment) *NullableJ1Segment + func (v *NullableJ1Segment) Set(val *J1Segment) + func (v *NullableJ1Segment) UnmarshalJSON(src []byte) error + func (v *NullableJ1Segment) Unset() + func (v NullableJ1Segment) Get() *J1Segment + func (v NullableJ1Segment) IsSet() bool + func (v NullableJ1Segment) MarshalJSON() ([]byte, error) + type NullableJ2Segment struct + func NewNullableJ2Segment(val *J2Segment) *NullableJ2Segment + func (v *NullableJ2Segment) Set(val *J2Segment) + func (v *NullableJ2Segment) UnmarshalJSON(src []byte) error + func (v *NullableJ2Segment) Unset() + func (v NullableJ2Segment) Get() *J2Segment + func (v NullableJ2Segment) IsSet() bool + func (v NullableJ2Segment) MarshalJSON() ([]byte, error) + type NullableK1Segment struct + func NewNullableK1Segment(val *K1Segment) *NullableK1Segment + func (v *NullableK1Segment) Set(val *K1Segment) + func (v *NullableK1Segment) UnmarshalJSON(src []byte) error + func (v *NullableK1Segment) Unset() + func (v NullableK1Segment) Get() *K1Segment + func (v NullableK1Segment) IsSet() bool + func (v NullableK1Segment) MarshalJSON() ([]byte, error) + type NullableK2Segment struct + func NewNullableK2Segment(val *K2Segment) *NullableK2Segment + func (v *NullableK2Segment) Set(val *K2Segment) + func (v *NullableK2Segment) UnmarshalJSON(src []byte) error + func (v *NullableK2Segment) Unset() + func (v NullableK2Segment) Get() *K2Segment + func (v NullableK2Segment) IsSet() bool + func (v NullableK2Segment) MarshalJSON() ([]byte, error) + type NullableK3Segment struct + func NewNullableK3Segment(val *K3Segment) *NullableK3Segment + func (v *NullableK3Segment) Set(val *K3Segment) + func (v *NullableK3Segment) UnmarshalJSON(src []byte) error + func (v *NullableK3Segment) Unset() + func (v NullableK3Segment) Get() *K3Segment + func (v NullableK3Segment) IsSet() bool + func (v NullableK3Segment) MarshalJSON() ([]byte, error) + type NullableK4Segment struct + func NewNullableK4Segment(val *K4Segment) *NullableK4Segment + func (v *NullableK4Segment) Set(val *K4Segment) + func (v *NullableK4Segment) UnmarshalJSON(src []byte) error + func (v *NullableK4Segment) Unset() + func (v NullableK4Segment) Get() *K4Segment + func (v NullableK4Segment) IsSet() bool + func (v NullableK4Segment) MarshalJSON() ([]byte, error) + type NullableL1Segment struct + func NewNullableL1Segment(val *L1Segment) *NullableL1Segment + func (v *NullableL1Segment) Set(val *L1Segment) + func (v *NullableL1Segment) UnmarshalJSON(src []byte) error + func (v *NullableL1Segment) Unset() + func (v NullableL1Segment) Get() *L1Segment + func (v NullableL1Segment) IsSet() bool + func (v NullableL1Segment) MarshalJSON() ([]byte, error) + type NullableN1Segment struct + func NewNullableN1Segment(val *N1Segment) *NullableN1Segment + func (v *NullableN1Segment) Set(val *N1Segment) + func (v *NullableN1Segment) UnmarshalJSON(src []byte) error + func (v *NullableN1Segment) Unset() + func (v NullableN1Segment) Get() *N1Segment + func (v NullableN1Segment) IsSet() bool + func (v NullableN1Segment) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableTrailerRecord struct + func NewNullableTrailerRecord(val *TrailerRecord) *NullableTrailerRecord + func (v *NullableTrailerRecord) Set(val *TrailerRecord) + func (v *NullableTrailerRecord) UnmarshalJSON(src []byte) error + func (v *NullableTrailerRecord) Unset() + func (v NullableTrailerRecord) Get() *TrailerRecord + func (v NullableTrailerRecord) IsSet() bool + func (v NullableTrailerRecord) MarshalJSON() ([]byte, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type TrailerRecord struct + BlockCount *int32 + BlockDescriptorWord *int32 + RecordDescriptorWord int32 + RecordIdentifier string + TotalBaseRecords *int32 + TotalChangeSegments *int32 + TotalConsumerSegmentsJ1 *int32 + TotalConsumerSegmentsJ2 *int32 + TotalDatesBirthAllSegments *int32 + TotalDatesBirthBaseSegments *int32 + TotalDatesBirthJ1Segments *int32 + TotalDatesBirthJ2Segments *int32 + TotalECOACodeZ *int32 + TotalEmploymentSegments *int32 + TotalMortgageInformationSegments *int32 + TotalOriginalCreditorSegments *int32 + TotalPaymentInformationSegments *int32 + TotalPurchasedToSegments *int32 + TotalSocialNumbersAllSegments *int32 + TotalSocialNumbersBaseSegments *int32 + TotalSocialNumbersJ1Segments *int32 + TotalSocialNumbersJ2Segments *int32 + TotalStatusCode05 *int32 + TotalStatusCode11 *int32 + TotalStatusCode13 *int32 + TotalStatusCode61 *int32 + TotalStatusCode62 *int32 + TotalStatusCode63 *int32 + TotalStatusCode64 *int32 + TotalStatusCode65 *int32 + TotalStatusCode71 *int32 + TotalStatusCode78 *int32 + TotalStatusCode80 *int32 + TotalStatusCode82 *int32 + TotalStatusCode83 *int32 + TotalStatusCode84 *int32 + TotalStatusCode88 *int32 + TotalStatusCode89 *int32 + TotalStatusCode93 *int32 + TotalStatusCode94 *int32 + TotalStatusCode95 *int32 + TotalStatusCode96 *int32 + TotalStatusCode97 *int32 + TotalStatusCodeDA *int32 + TotalStatusCodeDF *int32 + TotalTelephoneNumbersAllSegments *int32 + func NewTrailerRecord(recordDescriptorWord int32, recordIdentifier string) *TrailerRecord + func NewTrailerRecordWithDefaults() *TrailerRecord + func (o *TrailerRecord) GetBlockCount() int32 + func (o *TrailerRecord) GetBlockCountOk() (*int32, bool) + func (o *TrailerRecord) GetBlockDescriptorWord() int32 + func (o *TrailerRecord) GetBlockDescriptorWordOk() (*int32, bool) + func (o *TrailerRecord) GetRecordDescriptorWord() int32 + func (o *TrailerRecord) GetRecordDescriptorWordOk() (*int32, bool) + func (o *TrailerRecord) GetRecordIdentifier() string + func (o *TrailerRecord) GetRecordIdentifierOk() (*string, bool) + func (o *TrailerRecord) GetTotalBaseRecords() int32 + func (o *TrailerRecord) GetTotalBaseRecordsOk() (*int32, bool) + func (o *TrailerRecord) GetTotalChangeSegments() int32 + func (o *TrailerRecord) GetTotalChangeSegmentsOk() (*int32, bool) + func (o *TrailerRecord) GetTotalConsumerSegmentsJ1() int32 + func (o *TrailerRecord) GetTotalConsumerSegmentsJ1Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalConsumerSegmentsJ2() int32 + func (o *TrailerRecord) GetTotalConsumerSegmentsJ2Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalDatesBirthAllSegments() int32 + func (o *TrailerRecord) GetTotalDatesBirthAllSegmentsOk() (*int32, bool) + func (o *TrailerRecord) GetTotalDatesBirthBaseSegments() int32 + func (o *TrailerRecord) GetTotalDatesBirthBaseSegmentsOk() (*int32, bool) + func (o *TrailerRecord) GetTotalDatesBirthJ1Segments() int32 + func (o *TrailerRecord) GetTotalDatesBirthJ1SegmentsOk() (*int32, bool) + func (o *TrailerRecord) GetTotalDatesBirthJ2Segments() int32 + func (o *TrailerRecord) GetTotalDatesBirthJ2SegmentsOk() (*int32, bool) + func (o *TrailerRecord) GetTotalECOACodeZ() int32 + func (o *TrailerRecord) GetTotalECOACodeZOk() (*int32, bool) + func (o *TrailerRecord) GetTotalEmploymentSegments() int32 + func (o *TrailerRecord) GetTotalEmploymentSegmentsOk() (*int32, bool) + func (o *TrailerRecord) GetTotalMortgageInformationSegments() int32 + func (o *TrailerRecord) GetTotalMortgageInformationSegmentsOk() (*int32, bool) + func (o *TrailerRecord) GetTotalOriginalCreditorSegments() int32 + func (o *TrailerRecord) GetTotalOriginalCreditorSegmentsOk() (*int32, bool) + func (o *TrailerRecord) GetTotalPaymentInformationSegments() int32 + func (o *TrailerRecord) GetTotalPaymentInformationSegmentsOk() (*int32, bool) + func (o *TrailerRecord) GetTotalPurchasedToSegments() int32 + func (o *TrailerRecord) GetTotalPurchasedToSegmentsOk() (*int32, bool) + func (o *TrailerRecord) GetTotalSocialNumbersAllSegments() int32 + func (o *TrailerRecord) GetTotalSocialNumbersAllSegmentsOk() (*int32, bool) + func (o *TrailerRecord) GetTotalSocialNumbersBaseSegments() int32 + func (o *TrailerRecord) GetTotalSocialNumbersBaseSegmentsOk() (*int32, bool) + func (o *TrailerRecord) GetTotalSocialNumbersJ1Segments() int32 + func (o *TrailerRecord) GetTotalSocialNumbersJ1SegmentsOk() (*int32, bool) + func (o *TrailerRecord) GetTotalSocialNumbersJ2Segments() int32 + func (o *TrailerRecord) GetTotalSocialNumbersJ2SegmentsOk() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode05() int32 + func (o *TrailerRecord) GetTotalStatusCode05Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode11() int32 + func (o *TrailerRecord) GetTotalStatusCode11Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode13() int32 + func (o *TrailerRecord) GetTotalStatusCode13Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode61() int32 + func (o *TrailerRecord) GetTotalStatusCode61Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode62() int32 + func (o *TrailerRecord) GetTotalStatusCode62Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode63() int32 + func (o *TrailerRecord) GetTotalStatusCode63Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode64() int32 + func (o *TrailerRecord) GetTotalStatusCode64Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode65() int32 + func (o *TrailerRecord) GetTotalStatusCode65Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode71() int32 + func (o *TrailerRecord) GetTotalStatusCode71Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode78() int32 + func (o *TrailerRecord) GetTotalStatusCode78Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode80() int32 + func (o *TrailerRecord) GetTotalStatusCode80Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode82() int32 + func (o *TrailerRecord) GetTotalStatusCode82Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode83() int32 + func (o *TrailerRecord) GetTotalStatusCode83Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode84() int32 + func (o *TrailerRecord) GetTotalStatusCode84Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode88() int32 + func (o *TrailerRecord) GetTotalStatusCode88Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode89() int32 + func (o *TrailerRecord) GetTotalStatusCode89Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode93() int32 + func (o *TrailerRecord) GetTotalStatusCode93Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode94() int32 + func (o *TrailerRecord) GetTotalStatusCode94Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode95() int32 + func (o *TrailerRecord) GetTotalStatusCode95Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode96() int32 + func (o *TrailerRecord) GetTotalStatusCode96Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCode97() int32 + func (o *TrailerRecord) GetTotalStatusCode97Ok() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCodeDA() int32 + func (o *TrailerRecord) GetTotalStatusCodeDAOk() (*int32, bool) + func (o *TrailerRecord) GetTotalStatusCodeDF() int32 + func (o *TrailerRecord) GetTotalStatusCodeDFOk() (*int32, bool) + func (o *TrailerRecord) GetTotalTelephoneNumbersAllSegments() int32 + func (o *TrailerRecord) GetTotalTelephoneNumbersAllSegmentsOk() (*int32, bool) + func (o *TrailerRecord) HasBlockCount() bool + func (o *TrailerRecord) HasBlockDescriptorWord() bool + func (o *TrailerRecord) HasTotalBaseRecords() bool + func (o *TrailerRecord) HasTotalChangeSegments() bool + func (o *TrailerRecord) HasTotalConsumerSegmentsJ1() bool + func (o *TrailerRecord) HasTotalConsumerSegmentsJ2() bool + func (o *TrailerRecord) HasTotalDatesBirthAllSegments() bool + func (o *TrailerRecord) HasTotalDatesBirthBaseSegments() bool + func (o *TrailerRecord) HasTotalDatesBirthJ1Segments() bool + func (o *TrailerRecord) HasTotalDatesBirthJ2Segments() bool + func (o *TrailerRecord) HasTotalECOACodeZ() bool + func (o *TrailerRecord) HasTotalEmploymentSegments() bool + func (o *TrailerRecord) HasTotalMortgageInformationSegments() bool + func (o *TrailerRecord) HasTotalOriginalCreditorSegments() bool + func (o *TrailerRecord) HasTotalPaymentInformationSegments() bool + func (o *TrailerRecord) HasTotalPurchasedToSegments() bool + func (o *TrailerRecord) HasTotalSocialNumbersAllSegments() bool + func (o *TrailerRecord) HasTotalSocialNumbersBaseSegments() bool + func (o *TrailerRecord) HasTotalSocialNumbersJ1Segments() bool + func (o *TrailerRecord) HasTotalSocialNumbersJ2Segments() bool + func (o *TrailerRecord) HasTotalStatusCode05() bool + func (o *TrailerRecord) HasTotalStatusCode11() bool + func (o *TrailerRecord) HasTotalStatusCode13() bool + func (o *TrailerRecord) HasTotalStatusCode61() bool + func (o *TrailerRecord) HasTotalStatusCode62() bool + func (o *TrailerRecord) HasTotalStatusCode63() bool + func (o *TrailerRecord) HasTotalStatusCode64() bool + func (o *TrailerRecord) HasTotalStatusCode65() bool + func (o *TrailerRecord) HasTotalStatusCode71() bool + func (o *TrailerRecord) HasTotalStatusCode78() bool + func (o *TrailerRecord) HasTotalStatusCode80() bool + func (o *TrailerRecord) HasTotalStatusCode82() bool + func (o *TrailerRecord) HasTotalStatusCode83() bool + func (o *TrailerRecord) HasTotalStatusCode84() bool + func (o *TrailerRecord) HasTotalStatusCode88() bool + func (o *TrailerRecord) HasTotalStatusCode89() bool + func (o *TrailerRecord) HasTotalStatusCode93() bool + func (o *TrailerRecord) HasTotalStatusCode94() bool + func (o *TrailerRecord) HasTotalStatusCode95() bool + func (o *TrailerRecord) HasTotalStatusCode96() bool + func (o *TrailerRecord) HasTotalStatusCode97() bool + func (o *TrailerRecord) HasTotalStatusCodeDA() bool + func (o *TrailerRecord) HasTotalStatusCodeDF() bool + func (o *TrailerRecord) HasTotalTelephoneNumbersAllSegments() bool + func (o *TrailerRecord) SetBlockCount(v int32) + func (o *TrailerRecord) SetBlockDescriptorWord(v int32) + func (o *TrailerRecord) SetRecordDescriptorWord(v int32) + func (o *TrailerRecord) SetRecordIdentifier(v string) + func (o *TrailerRecord) SetTotalBaseRecords(v int32) + func (o *TrailerRecord) SetTotalChangeSegments(v int32) + func (o *TrailerRecord) SetTotalConsumerSegmentsJ1(v int32) + func (o *TrailerRecord) SetTotalConsumerSegmentsJ2(v int32) + func (o *TrailerRecord) SetTotalDatesBirthAllSegments(v int32) + func (o *TrailerRecord) SetTotalDatesBirthBaseSegments(v int32) + func (o *TrailerRecord) SetTotalDatesBirthJ1Segments(v int32) + func (o *TrailerRecord) SetTotalDatesBirthJ2Segments(v int32) + func (o *TrailerRecord) SetTotalECOACodeZ(v int32) + func (o *TrailerRecord) SetTotalEmploymentSegments(v int32) + func (o *TrailerRecord) SetTotalMortgageInformationSegments(v int32) + func (o *TrailerRecord) SetTotalOriginalCreditorSegments(v int32) + func (o *TrailerRecord) SetTotalPaymentInformationSegments(v int32) + func (o *TrailerRecord) SetTotalPurchasedToSegments(v int32) + func (o *TrailerRecord) SetTotalSocialNumbersAllSegments(v int32) + func (o *TrailerRecord) SetTotalSocialNumbersBaseSegments(v int32) + func (o *TrailerRecord) SetTotalSocialNumbersJ1Segments(v int32) + func (o *TrailerRecord) SetTotalSocialNumbersJ2Segments(v int32) + func (o *TrailerRecord) SetTotalStatusCode05(v int32) + func (o *TrailerRecord) SetTotalStatusCode11(v int32) + func (o *TrailerRecord) SetTotalStatusCode13(v int32) + func (o *TrailerRecord) SetTotalStatusCode61(v int32) + func (o *TrailerRecord) SetTotalStatusCode62(v int32) + func (o *TrailerRecord) SetTotalStatusCode63(v int32) + func (o *TrailerRecord) SetTotalStatusCode64(v int32) + func (o *TrailerRecord) SetTotalStatusCode65(v int32) + func (o *TrailerRecord) SetTotalStatusCode71(v int32) + func (o *TrailerRecord) SetTotalStatusCode78(v int32) + func (o *TrailerRecord) SetTotalStatusCode80(v int32) + func (o *TrailerRecord) SetTotalStatusCode82(v int32) + func (o *TrailerRecord) SetTotalStatusCode83(v int32) + func (o *TrailerRecord) SetTotalStatusCode84(v int32) + func (o *TrailerRecord) SetTotalStatusCode88(v int32) + func (o *TrailerRecord) SetTotalStatusCode89(v int32) + func (o *TrailerRecord) SetTotalStatusCode93(v int32) + func (o *TrailerRecord) SetTotalStatusCode94(v int32) + func (o *TrailerRecord) SetTotalStatusCode95(v int32) + func (o *TrailerRecord) SetTotalStatusCode96(v int32) + func (o *TrailerRecord) SetTotalStatusCode97(v int32) + func (o *TrailerRecord) SetTotalStatusCodeDA(v int32) + func (o *TrailerRecord) SetTotalStatusCodeDF(v int32) + func (o *TrailerRecord) SetTotalTelephoneNumbersAllSegments(v int32) + func (o TrailerRecord) MarshalJSON() ([]byte, error) + func (o TrailerRecord) ToMap() (map[string]interface{}, error)