File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ type BulkResultEntity struct {
205
205
// transaction. A `credit` moves money from your account to someone else's. A
206
206
// `debit` pulls money from someone else's account to your own. Note that wire,
207
207
// rtp, and check payments will always be `credit`.
208
- Direction string `json:"direction"`
208
+ Direction string `json:"direction,nullable "`
209
209
DiscardedAt time.Time `json:"discarded_at,nullable" format:"date-time"`
210
210
// The timestamp (ISO8601 format) at which the ledger transaction happened for
211
211
// reporting purposes.
Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ type PaymentOrderUltimateOriginatingAccount struct {
652
652
// This field can have the runtime type of [map[string]string].
653
653
Metadata interface {} `json:"metadata,required"`
654
654
// The name of the virtual account.
655
- Name string `json:"name,required"`
655
+ Name string `json:"name,required,nullable "`
656
656
Object string `json:"object,required"`
657
657
// This field can have the runtime type of [[]RoutingDetail].
658
658
RoutingDetails interface {} `json:"routing_details,required"`
You can’t perform that action at this time.
0 commit comments