@@ -1524,7 +1524,7 @@ class ElementCardRefund(BaseModel):
15241524 interchange : Optional [ElementCardRefundInterchange ] = None
15251525 """Interchange assessed as a part of this transaciton."""
15261526
1527- merchant_acceptor_id : Optional [ str ] = None
1527+ merchant_acceptor_id : str
15281528 """
15291529 The merchant identifier (commonly abbreviated as MID) of the merchant the card
15301530 is transacting with.
@@ -1539,7 +1539,7 @@ class ElementCardRefund(BaseModel):
15391539 merchant_country : str
15401540 """The country the merchant resides in."""
15411541
1542- merchant_name : Optional [ str ] = None
1542+ merchant_name : str
15431543 """The name of the merchant."""
15441544
15451545 merchant_state : Optional [str ] = None
@@ -2182,7 +2182,7 @@ class ElementCardSettlement(BaseModel):
21822182 interchange : Optional [ElementCardSettlementInterchange ] = None
21832183 """Interchange assessed as a part of this transaciton."""
21842184
2185- merchant_acceptor_id : Optional [ str ] = None
2185+ merchant_acceptor_id : str
21862186 """
21872187 The merchant identifier (commonly abbreviated as MID) of the merchant the card
21882188 is transacting with.
@@ -2197,7 +2197,7 @@ class ElementCardSettlement(BaseModel):
21972197 merchant_country : str
21982198 """The country the merchant resides in."""
21992199
2200- merchant_name : Optional [ str ] = None
2200+ merchant_name : str
22012201 """The name of the merchant."""
22022202
22032203 merchant_state : Optional [str ] = None
0 commit comments