Update api spec (#186)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ec68e67645
commit
8bebb40c9f
@ -3,14 +3,14 @@ from typing import Dict, Optional
|
||||
|
||||
from pydantic import BaseModel, ConfigDict
|
||||
|
||||
from ..models.address_details import AddressDetails
|
||||
from ..models.currency import Currency
|
||||
from ..models.new_address import NewAddress
|
||||
|
||||
|
||||
class Customer(BaseModel):
|
||||
"""The resource representing a payment "Customer"."""
|
||||
|
||||
address: Optional[NewAddress] = None
|
||||
address: Optional[AddressDetails] = None
|
||||
|
||||
balance: Optional[float] = None
|
||||
|
||||
|
Reference in New Issue
Block a user