github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/dispute/CreationDetail.go (about) 1 // This class was auto-generated from the API references found at 2 // https://epayments-api.developer-ingenico.com/ 3 4 package dispute 5 6 // CreationDetail represents class DisputeCreationDetail 7 type CreationDetail struct { 8 DisputeCreationDate *string `json:"disputeCreationDate,omitempty"` 9 DisputeOriginator *string `json:"disputeOriginator,omitempty"` 10 UserName *string `json:"userName,omitempty"` 11 } 12 13 // NewCreationDetail constructs a new CreationDetail 14 func NewCreationDetail() *CreationDetail { 15 return &CreationDetail{} 16 }