Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AddressDto #2

Closed
Tracked by #31
yamin8000 opened this issue Dec 20, 2021 · 1 comment
Closed
Tracked by #31

AddressDto #2

yamin8000 opened this issue Dec 20, 2021 · 1 comment
Assignees
Labels
schema/model API Schema/Database Model/DTO

Comments

@yamin8000
Copy link
Contributor

AddressDto{
id stringnullable: true
firstName stringnullable: true
lastName stringnullable: true
email stringnullable: true
company stringnullable: true
vatNumber stringnullable: true
countryId stringnullable: true
stateProvinceId stringnullable: true
city stringnullable: true
address1 stringnullable: true
address2 stringnullable: true
zipPostalCode stringnullable: true
phoneNumber stringnullable: true
faxNumber stringnullable: true
note stringnullable: true
addressType integer($int32)
createdOnUtc string($date-time)

}

image

@yamin8000 yamin8000 added the schema/model API Schema/Database Model/DTO label Dec 20, 2021
@yamin8000 yamin8000 self-assigned this Dec 20, 2021
@yamin8000 yamin8000 mentioned this issue Dec 22, 2021
63 tasks
ariantron added a commit that referenced this issue Dec 23, 2021
@ariantron
Copy link
Collaborator

1adab4c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
schema/model API Schema/Database Model/DTO
Projects
None yet
Development

No branches or pull requests

2 participants