update
This commit is contained in:
@@ -75,9 +75,10 @@ func (p *Payment) IsSettled() bool {
|
||||
}
|
||||
|
||||
type ContactDetails struct {
|
||||
Email *string `json:"email,omitempty"`
|
||||
Phone *string `json:"phone,omitempty"`
|
||||
Name *string `json:"name,omitempty"`
|
||||
Email *string `json:"email,omitempty"`
|
||||
Phone *string `json:"phone,omitempty"`
|
||||
Name *string `json:"name,omitempty"`
|
||||
PostalCode *string `json:"zip,omitempty"`
|
||||
}
|
||||
|
||||
type ConfirmationStatus struct {
|
||||
|
||||
Reference in New Issue
Block a user