-
Notifications
You must be signed in to change notification settings - Fork 6
/
payment_order.go
438 lines (322 loc) · 12.3 KB
/
payment_order.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
// Copyright (c) 2021 AccelByte Inc. All Rights Reserved.
// This is licensed software from AccelByte Inc, for limitations
// and restrictions contact your company contract manager.
// Code generated; DO NOT EDIT.
package platformclientmodels
import (
"encoding/json"
"github.com/go-openapi/errors"
"github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"github.com/go-openapi/validate"
)
// PaymentOrder Payment order
//
// swagger:model Payment order.
type PaymentOrder struct {
// authorisedtime
// Format: date-time
AuthorisedTime *strfmt.DateTime `json:"authorisedTime,omitempty"`
// channel
// Enum: ['EXTERNAL', 'INTERNAL']
Channel string `json:"channel,omitempty"`
// chargebackreversedtime
// Format: date-time
ChargebackReversedTime *strfmt.DateTime `json:"chargebackReversedTime,omitempty"`
// chargebacktime
// Format: date-time
ChargebackTime *strfmt.DateTime `json:"chargebackTime,omitempty"`
// chargedtime
// Format: date-time
ChargedTime *strfmt.DateTime `json:"chargedTime,omitempty"`
// charging
Charging bool `json:"charging"`
// checkouturl
CheckoutURL string `json:"checkoutUrl,omitempty"`
// checkouturlexpiredat
// Format: date-time
CheckoutURLExpiredAt *strfmt.DateTime `json:"checkoutUrlExpiredAt,omitempty"`
// checkouturlvalid
CheckoutURLValid bool `json:"checkoutUrlValid"`
// createdat
// Format: date-time
CreatedAt *strfmt.DateTime `json:"createdAt,omitempty"`
// createdtime
// Format: date-time
CreatedTime *strfmt.DateTime `json:"createdTime,omitempty"`
// currency
Currency *CurrencySummary `json:"currency,omitempty"`
// customparameters
CustomParameters interface{} `json:"customParameters,omitempty"`
// description
Description string `json:"description,omitempty"`
// extorderno
ExtOrderNo string `json:"extOrderNo,omitempty"`
// extuserid
ExtUserID string `json:"extUserId,omitempty"`
// itemtype
// Enum: ['APP', 'BUNDLE', 'CODE', 'COINS', 'EXTENSION', 'INGAMEITEM', 'LOOTBOX', 'MEDIA', 'OPTIONBOX', 'SEASON', 'SUBSCRIPTION']
ItemType string `json:"itemType,omitempty"`
// language
Language string `json:"language,omitempty"`
// metadata
Metadata map[string]string `json:"metadata,omitempty"`
// namespace
Namespace string `json:"namespace,omitempty"`
// neonpayconfig
NeonPayConfig *PaymentOrderNeonPayConfig `json:"neonPayConfig,omitempty"`
// notifyurl
NotifyURL string `json:"notifyUrl,omitempty"`
// omitnotification
OmitNotification bool `json:"omitNotification"`
// paymentdata
PaymentData *PaymentData `json:"paymentData,omitempty"`
// paymentmethod
PaymentMethod string `json:"paymentMethod,omitempty"`
// paymentmethodfee
// Format: int32
PaymentMethodFee int32 `json:"paymentMethodFee,omitempty"`
// paymentorderno
PaymentOrderNo string `json:"paymentOrderNo,omitempty"`
// paymentprovider
// Enum: ['ADYEN', 'ALIPAY', 'CHECKOUT', 'NEONPAY', 'PAYPAL', 'STRIPE', 'WALLET', 'WXPAY', 'XSOLLA']
PaymentProvider string `json:"paymentProvider,omitempty"`
// paymentproviderfee
// Format: int32
PaymentProviderFee int32 `json:"paymentProviderFee,omitempty"`
// paymentstationurl
PaymentStationURL string `json:"paymentStationUrl,omitempty"`
// platform
Platform string `json:"platform,omitempty"`
// price
// Format: int32
Price int32 `json:"price,omitempty"`
// recurringpaymentorderno
RecurringPaymentOrderNo string `json:"recurringPaymentOrderNo,omitempty"`
// refundedtime
// Format: date-time
RefundedTime *strfmt.DateTime `json:"refundedTime,omitempty"`
// region
Region string `json:"region,omitempty"`
// returnurl
ReturnURL string `json:"returnUrl,omitempty"`
// rvn
// Format: int32
Rvn int32 `json:"rvn,omitempty"`
// salestax
// Format: int32
SalesTax int32 `json:"salesTax,omitempty"`
// sandbox
Sandbox bool `json:"sandbox"`
// sku
Sku string `json:"sku,omitempty"`
// state
State string `json:"state,omitempty"`
// status
// Enum: ['AUTHORISED', 'AUTHORISE_FAILED', 'CHARGEBACK', 'CHARGEBACK_REVERSED', 'CHARGED', 'CHARGE_FAILED', 'DELETED', 'INIT', 'NOTIFICATION_OF_CHARGEBACK', 'REFUNDED', 'REFUNDING', 'REFUND_FAILED', 'REQUEST_FOR_INFORMATION']
Status string `json:"status,omitempty"`
// statusreason
StatusReason string `json:"statusReason,omitempty"`
// subscriptionid
SubscriptionID string `json:"subscriptionId,omitempty"`
// subtotalprice
// Format: int32
SubtotalPrice int32 `json:"subtotalPrice,omitempty"`
// targetnamespace
TargetNamespace string `json:"targetNamespace,omitempty"`
// targetuserid
TargetUserID string `json:"targetUserId,omitempty"`
// tax
// Format: int32
Tax int32 `json:"tax,omitempty"`
// title
Title string `json:"title,omitempty"`
// totalprice
// Format: int32
TotalPrice int32 `json:"totalPrice,omitempty"`
// totaltax
// Format: int32
TotalTax int32 `json:"totalTax,omitempty"`
// transactions
Transactions []*Transaction `json:"transactions,omitempty"`
// updatedat
// Format: date-time
UpdatedAt *strfmt.DateTime `json:"updatedAt,omitempty"`
// userid
UserID string `json:"userId,omitempty"`
// vat
// Format: int32
Vat int32 `json:"vat,omitempty"`
// zipcode
ZipCode string `json:"zipCode,omitempty"`
}
// Validate validates this Payment order
func (m *PaymentOrder) Validate(formats strfmt.Registry) error {
var res []error
if len(res) > 0 {
return errors.CompositeValidationError(res...)
}
return nil
}
var paymentOrderTypeChannelPropEnum []interface{}
func init() {
var res []string
if err := json.Unmarshal([]byte(`["EXTERNAL", "INTERNAL"]`), &res); err != nil {
panic(err)
}
for _, v := range res {
paymentOrderTypeChannelPropEnum = append(paymentOrderTypeChannelPropEnum, v)
}
}
const (
// PaymentOrderChannelEXTERNAL captures enum value "EXTERNAL"
PaymentOrderChannelEXTERNAL string = "EXTERNAL"
// PaymentOrderChannelINTERNAL captures enum value "INTERNAL"
PaymentOrderChannelINTERNAL string = "INTERNAL"
)
// prop value enum
func (m *PaymentOrder) validateChannelEnum(path, location string, value string) error {
if err := validate.EnumCase(path, location, value, paymentOrderTypeChannelPropEnum, true); err != nil {
return err
}
return nil
}
var paymentOrderTypeItemTypePropEnum []interface{}
func init() {
var res []string
if err := json.Unmarshal([]byte(`["APP", "BUNDLE", "CODE", "COINS", "EXTENSION", "INGAMEITEM", "LOOTBOX", "MEDIA", "OPTIONBOX", "SEASON", "SUBSCRIPTION"]`), &res); err != nil {
panic(err)
}
for _, v := range res {
paymentOrderTypeItemTypePropEnum = append(paymentOrderTypeItemTypePropEnum, v)
}
}
const (
// PaymentOrderItemTypeAPP captures enum value "APP"
PaymentOrderItemTypeAPP string = "APP"
// PaymentOrderItemTypeBUNDLE captures enum value "BUNDLE"
PaymentOrderItemTypeBUNDLE string = "BUNDLE"
// PaymentOrderItemTypeCODE captures enum value "CODE"
PaymentOrderItemTypeCODE string = "CODE"
// PaymentOrderItemTypeCOINS captures enum value "COINS"
PaymentOrderItemTypeCOINS string = "COINS"
// PaymentOrderItemTypeEXTENSION captures enum value "EXTENSION"
PaymentOrderItemTypeEXTENSION string = "EXTENSION"
// PaymentOrderItemTypeINGAMEITEM captures enum value "INGAMEITEM"
PaymentOrderItemTypeINGAMEITEM string = "INGAMEITEM"
// PaymentOrderItemTypeLOOTBOX captures enum value "LOOTBOX"
PaymentOrderItemTypeLOOTBOX string = "LOOTBOX"
// PaymentOrderItemTypeMEDIA captures enum value "MEDIA"
PaymentOrderItemTypeMEDIA string = "MEDIA"
// PaymentOrderItemTypeOPTIONBOX captures enum value "OPTIONBOX"
PaymentOrderItemTypeOPTIONBOX string = "OPTIONBOX"
// PaymentOrderItemTypeSEASON captures enum value "SEASON"
PaymentOrderItemTypeSEASON string = "SEASON"
// PaymentOrderItemTypeSUBSCRIPTION captures enum value "SUBSCRIPTION"
PaymentOrderItemTypeSUBSCRIPTION string = "SUBSCRIPTION"
)
// prop value enum
func (m *PaymentOrder) validateItemTypeEnum(path, location string, value string) error {
if err := validate.EnumCase(path, location, value, paymentOrderTypeItemTypePropEnum, true); err != nil {
return err
}
return nil
}
var paymentOrderTypePaymentProviderPropEnum []interface{}
func init() {
var res []string
if err := json.Unmarshal([]byte(`["ADYEN", "ALIPAY", "CHECKOUT", "NEONPAY", "PAYPAL", "STRIPE", "WALLET", "WXPAY", "XSOLLA"]`), &res); err != nil {
panic(err)
}
for _, v := range res {
paymentOrderTypePaymentProviderPropEnum = append(paymentOrderTypePaymentProviderPropEnum, v)
}
}
const (
// PaymentOrderPaymentProviderADYEN captures enum value "ADYEN"
PaymentOrderPaymentProviderADYEN string = "ADYEN"
// PaymentOrderPaymentProviderALIPAY captures enum value "ALIPAY"
PaymentOrderPaymentProviderALIPAY string = "ALIPAY"
// PaymentOrderPaymentProviderCHECKOUT captures enum value "CHECKOUT"
PaymentOrderPaymentProviderCHECKOUT string = "CHECKOUT"
// PaymentOrderPaymentProviderNEONPAY captures enum value "NEONPAY"
PaymentOrderPaymentProviderNEONPAY string = "NEONPAY"
// PaymentOrderPaymentProviderPAYPAL captures enum value "PAYPAL"
PaymentOrderPaymentProviderPAYPAL string = "PAYPAL"
// PaymentOrderPaymentProviderSTRIPE captures enum value "STRIPE"
PaymentOrderPaymentProviderSTRIPE string = "STRIPE"
// PaymentOrderPaymentProviderWALLET captures enum value "WALLET"
PaymentOrderPaymentProviderWALLET string = "WALLET"
// PaymentOrderPaymentProviderWXPAY captures enum value "WXPAY"
PaymentOrderPaymentProviderWXPAY string = "WXPAY"
// PaymentOrderPaymentProviderXSOLLA captures enum value "XSOLLA"
PaymentOrderPaymentProviderXSOLLA string = "XSOLLA"
)
// prop value enum
func (m *PaymentOrder) validatePaymentProviderEnum(path, location string, value string) error {
if err := validate.EnumCase(path, location, value, paymentOrderTypePaymentProviderPropEnum, true); err != nil {
return err
}
return nil
}
var paymentOrderTypeStatusPropEnum []interface{}
func init() {
var res []string
if err := json.Unmarshal([]byte(`["AUTHORISED", "AUTHORISE_FAILED", "CHARGEBACK", "CHARGEBACK_REVERSED", "CHARGED", "CHARGE_FAILED", "DELETED", "INIT", "NOTIFICATION_OF_CHARGEBACK", "REFUNDED", "REFUNDING", "REFUND_FAILED", "REQUEST_FOR_INFORMATION"]`), &res); err != nil {
panic(err)
}
for _, v := range res {
paymentOrderTypeStatusPropEnum = append(paymentOrderTypeStatusPropEnum, v)
}
}
const (
// PaymentOrderStatusAUTHORISED captures enum value "AUTHORISED"
PaymentOrderStatusAUTHORISED string = "AUTHORISED"
// PaymentOrderStatusAUTHORISEFAILED captures enum value "AUTHORISE_FAILED"
PaymentOrderStatusAUTHORISEFAILED string = "AUTHORISE_FAILED"
// PaymentOrderStatusCHARGEBACK captures enum value "CHARGEBACK"
PaymentOrderStatusCHARGEBACK string = "CHARGEBACK"
// PaymentOrderStatusCHARGEBACKREVERSED captures enum value "CHARGEBACK_REVERSED"
PaymentOrderStatusCHARGEBACKREVERSED string = "CHARGEBACK_REVERSED"
// PaymentOrderStatusCHARGED captures enum value "CHARGED"
PaymentOrderStatusCHARGED string = "CHARGED"
// PaymentOrderStatusCHARGEFAILED captures enum value "CHARGE_FAILED"
PaymentOrderStatusCHARGEFAILED string = "CHARGE_FAILED"
// PaymentOrderStatusDELETED captures enum value "DELETED"
PaymentOrderStatusDELETED string = "DELETED"
// PaymentOrderStatusINIT captures enum value "INIT"
PaymentOrderStatusINIT string = "INIT"
// PaymentOrderStatusNOTIFICATIONOFCHARGEBACK captures enum value "NOTIFICATION_OF_CHARGEBACK"
PaymentOrderStatusNOTIFICATIONOFCHARGEBACK string = "NOTIFICATION_OF_CHARGEBACK"
// PaymentOrderStatusREFUNDED captures enum value "REFUNDED"
PaymentOrderStatusREFUNDED string = "REFUNDED"
// PaymentOrderStatusREFUNDING captures enum value "REFUNDING"
PaymentOrderStatusREFUNDING string = "REFUNDING"
// PaymentOrderStatusREFUNDFAILED captures enum value "REFUND_FAILED"
PaymentOrderStatusREFUNDFAILED string = "REFUND_FAILED"
// PaymentOrderStatusREQUESTFORINFORMATION captures enum value "REQUEST_FOR_INFORMATION"
PaymentOrderStatusREQUESTFORINFORMATION string = "REQUEST_FOR_INFORMATION"
)
// prop value enum
func (m *PaymentOrder) validateStatusEnum(path, location string, value string) error {
if err := validate.EnumCase(path, location, value, paymentOrderTypeStatusPropEnum, true); err != nil {
return err
}
return nil
}
// MarshalBinary interface implementation
func (m *PaymentOrder) MarshalBinary() ([]byte, error) {
if m == nil {
return nil, nil
}
return swag.WriteJSON(m)
}
// UnmarshalBinary interface implementation
func (m *PaymentOrder) UnmarshalBinary(b []byte) error {
var res PaymentOrder
if err := swag.ReadJSON(b, &res); err != nil {
return err
}
*m = res
return nil
}