Upstream sync
This commit is contained in:
@@ -11,6 +11,7 @@ type Eligibility struct {
|
||||
Provider Provider `json:"provider,omitempty"`
|
||||
Subscriber Subscriber `json:"subscriber,omitempty"`
|
||||
ServiceInfo ServiceInfo `json:"service_info,omitempty"`
|
||||
User User `json:"user,omitempty"`
|
||||
}
|
||||
|
||||
type Payer struct {
|
||||
|
||||
15
application/viewmodel/plan.go
Normal file
15
application/viewmodel/plan.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package viewmodel
|
||||
|
||||
type Plan struct {
|
||||
ID string `json:"id,omitempty"`
|
||||
Name string `json:"name,omitempty"`
|
||||
InternalID string `json:"key,omitempty"`
|
||||
Status bool `json:"desc,omitempty"`
|
||||
PlanEntityID int64 `json:"plan_entity_id,omitempty"`
|
||||
EntityID int64 `json:"entity_id,omitempty"`
|
||||
PayerID int64 `json:"payer_id,omitempty"`
|
||||
PayerName string `json:"payer_name,omitempty"`
|
||||
PrefixID string `json:"prefix_uuid,omitempty"`
|
||||
AlphaPrefix string `json:"alpha_prefix,omitempty"`
|
||||
Active bool `json:"active,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user