Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Billing ¶
type Billing struct { PaymentTiming string `json:"paymentTiming"` Reservation Reservation `json:"reservation,omitempty"` }
Billing defines the struct of payment
type Reservation ¶
type Reservation struct { ReservationLength int `json:"reservationLength"` ReservationTimeUnit string `json:"reservationTimeUnit"` }
Reservation is the reservation info of billing
Click to show internal directories.
Click to hide internal directories.