year normalization
This commit is contained in:
@@ -69,6 +69,7 @@ type CardTokenizeRequest struct {
|
||||
type CardPayoutSendResult struct {
|
||||
Accepted bool
|
||||
ProviderRequestID string
|
||||
ProviderStatus string
|
||||
StatusCode int
|
||||
ErrorCode string
|
||||
ErrorMessage string
|
||||
@@ -85,6 +86,7 @@ type TokenizationResult struct {
|
||||
|
||||
type APIResponse struct {
|
||||
RequestID string `json:"request_id"`
|
||||
Status string `json:"status"`
|
||||
Message string `json:"message"`
|
||||
Code string `json:"code"`
|
||||
Operation struct {
|
||||
|
||||
Reference in New Issue
Block a user