Versions in this module Expand all Collapse all v0 v0.0.2 Dec 30, 2021 v0.0.1 Dec 30, 2021 Changes in this version + func Provider() terraform.ResourceProvider + type CatalogProductResource struct + func (r CatalogProductResource) Create(d *schema.ResourceData, m interface{}) error + func (r CatalogProductResource) Delete(d *schema.ResourceData, m interface{}) error + func (r CatalogProductResource) Read(d *schema.ResourceData, m interface{}) error + func (r CatalogProductResource) Resource() *schema.Resource + func (r CatalogProductResource) Schema() map[string]*schema.Schema + func (r CatalogProductResource) Update(d *schema.ResourceData, m interface{}) error + type Config struct + BaseURL string + ClientID string + ClientSecret string + func (c *Config) Client() (*paypalSdk.Client, error) + type SchemaSimplified struct + Nested map[string]SchemaSimplified + Optional bool + Required bool + Type schema.ValueType + type SubscriptionPlanResource struct + func (r SubscriptionPlanResource) Create(d *schema.ResourceData, m interface{}) error + func (r SubscriptionPlanResource) Delete(d *schema.ResourceData, m interface{}) error + func (r SubscriptionPlanResource) Read(d *schema.ResourceData, m interface{}) error + func (r SubscriptionPlanResource) Resource() *schema.Resource + func (r SubscriptionPlanResource) Schema() map[string]*schema.Schema + func (r SubscriptionPlanResource) Update(d *schema.ResourceData, m interface{}) error + type TerraformResource interface + Create func(*schema.ResourceData, interface{}) error + Delete func(*schema.ResourceData, interface{}) error + Read func(*schema.ResourceData, interface{}) error + Resource func() *schema.Resource + Schema func() map[string]*schema.Schema + Update func(*schema.ResourceData, interface{}) error + type WebhookResource struct + func (r WebhookResource) Create(d *schema.ResourceData, m interface{}) error + func (r WebhookResource) Delete(d *schema.ResourceData, m interface{}) error + func (r WebhookResource) Read(d *schema.ResourceData, m interface{}) error + func (r WebhookResource) Resource() *schema.Resource + func (r WebhookResource) Schema() map[string]*schema.Schema + func (r WebhookResource) Update(d *schema.ResourceData, m interface{}) error