We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94ea1d4 + dfad0fc commit c188d4dCopy full SHA for c188d4d
library/src/main/java/cloud/pace/sdk/api/pay/generated/model/PaymentMethodModel.kt
@@ -22,13 +22,13 @@ class PaymentMethod : Resource() {
22
var meta: Meta? = null
23
24
/* The datetime (iso8601) when the payment method was created */
25
- var createdAt: Date? = null
+ var CreatedAt: Date? = null
26
27
/* The datetime (iso8601) when the payment method was updated */
28
- var updatedAt: Date? = null
+ var UpdatedAt: Date? = null
29
30
/* client of our utm partner */
31
- var utmPartnerClient: String? = null
+ var UtmPartnerClient: String? = null
32
33
/* Customer chosen alias for the payment method */
34
var alias: String? = null
0 commit comments