MCPcopy Create free account
hub / github.com/YashMarmat/FullStack_Ecommerce_App / BillingAddressSerializer

Class BillingAddressSerializer

backend/account/serializers.py:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39# billing address details
40class BillingAddressSerializer(serializers.ModelSerializer):
41
42 class Meta:
43 model = BillingAddress
44 fields = "__all__"
45
46
47# all orders list

Callers 4

getMethod · 0.85
getMethod · 0.85
postMethod · 0.85
putMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected