Documentation ¶
Index ¶
- Variables
- type CheckoutReq
- func (*CheckoutReq) Descriptor() ([]byte, []int)deprecated
- func (x *CheckoutReq) GetCardNum() string
- func (x *CheckoutReq) GetCity() string
- func (x *CheckoutReq) GetCountry() string
- func (x *CheckoutReq) GetCvv() int32
- func (x *CheckoutReq) GetEmail() string
- func (x *CheckoutReq) GetExpirationMonth() int32
- func (x *CheckoutReq) GetExpirationYear() int32
- func (x *CheckoutReq) GetFirstname() string
- func (x *CheckoutReq) GetLastname() string
- func (x *CheckoutReq) GetPayment() string
- func (x *CheckoutReq) GetProvince() string
- func (x *CheckoutReq) GetStreet() string
- func (x *CheckoutReq) GetZipcode() string
- func (*CheckoutReq) ProtoMessage()
- func (x *CheckoutReq) ProtoReflect() protoreflect.Message
- func (x *CheckoutReq) Reset()
- func (x *CheckoutReq) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_checkout_page_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CheckoutReq ¶
type CheckoutReq struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty" form:"email"` Firstname string `protobuf:"bytes,2,opt,name=firstname,proto3" json:"firstname,omitempty" form:"firstname"` Lastname string `protobuf:"bytes,3,opt,name=lastname,proto3" json:"lastname,omitempty" form:"lastname"` Street string `protobuf:"bytes,4,opt,name=street,proto3" json:"street,omitempty" form:"street"` Zipcode string `protobuf:"bytes,5,opt,name=zipcode,proto3" json:"zipcode,omitempty" form:"zipcode"` Province string `protobuf:"bytes,6,opt,name=province,proto3" json:"province,omitempty" form:"province"` Country string `protobuf:"bytes,7,opt,name=country,proto3" json:"country,omitempty" form:"country"` City string `protobuf:"bytes,8,opt,name=city,proto3" json:"city,omitempty" form:"city"` CardNum string `protobuf:"bytes,9,opt,name=card_num,json=cardNum,proto3" json:"card_num,omitempty" form:"cardNum"` ExpirationMonth int32 `` /* 131-byte string literal not displayed */ ExpirationYear int32 `` /* 127-byte string literal not displayed */ Cvv int32 `protobuf:"varint,12,opt,name=cvv,proto3" json:"cvv,omitempty" form:"cvv"` Payment string `protobuf:"bytes,13,opt,name=payment,proto3" json:"payment,omitempty" form:"payment"` // contains filtered or unexported fields }
func (*CheckoutReq) Descriptor
deprecated
func (*CheckoutReq) Descriptor() ([]byte, []int)
Deprecated: Use CheckoutReq.ProtoReflect.Descriptor instead.
func (*CheckoutReq) GetCardNum ¶
func (x *CheckoutReq) GetCardNum() string
func (*CheckoutReq) GetCity ¶
func (x *CheckoutReq) GetCity() string
func (*CheckoutReq) GetCountry ¶
func (x *CheckoutReq) GetCountry() string
func (*CheckoutReq) GetCvv ¶
func (x *CheckoutReq) GetCvv() int32
func (*CheckoutReq) GetEmail ¶
func (x *CheckoutReq) GetEmail() string
func (*CheckoutReq) GetExpirationMonth ¶
func (x *CheckoutReq) GetExpirationMonth() int32
func (*CheckoutReq) GetExpirationYear ¶
func (x *CheckoutReq) GetExpirationYear() int32
func (*CheckoutReq) GetFirstname ¶
func (x *CheckoutReq) GetFirstname() string
func (*CheckoutReq) GetLastname ¶
func (x *CheckoutReq) GetLastname() string
func (*CheckoutReq) GetPayment ¶
func (x *CheckoutReq) GetPayment() string
func (*CheckoutReq) GetProvince ¶
func (x *CheckoutReq) GetProvince() string
func (*CheckoutReq) GetStreet ¶
func (x *CheckoutReq) GetStreet() string
func (*CheckoutReq) GetZipcode ¶
func (x *CheckoutReq) GetZipcode() string
func (*CheckoutReq) ProtoMessage ¶
func (*CheckoutReq) ProtoMessage()
func (*CheckoutReq) ProtoReflect ¶
func (x *CheckoutReq) ProtoReflect() protoreflect.Message
func (*CheckoutReq) Reset ¶
func (x *CheckoutReq) Reset()
func (*CheckoutReq) String ¶
func (x *CheckoutReq) String() string
Click to show internal directories.
Click to hide internal directories.