Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CardTemplateInformation ¶
type CardTemplateInformation struct { PayeeName string `json:"payee_name"` LogoUrl string `json:"logo_url"` CustomCell *CustomCell `json:"custom_cell"` }
type CustomCell ¶
type RequestApplyForCardTemplate ¶
type RequestApplyForCardTemplate struct { CardAppid string `json:"card_appid"` CardTemplateInformation *CardTemplateInformation `json:"card_template_information"` }
Click to show internal directories.
Click to hide internal directories.