SEO. JSONLD. PaymentChargeSpecification
(SEO v0.3.0-rc.0)
View Source
The costs of settling the payment using a particular payment method.
Helper for building a Schema.org PaymentChargeSpecification JSON-LD structure.
Summary
Types
A JSON-LD map ready to be nested or rendered. String-keyed, always
includes "@type" set to "PaymentChargeSpecification", plus any camelCased
field keys the caller provided (see build/1). "@context" is added
at render time by SEO.JSONLD.meta/1 on the top-level node only.
Functions
Build a PaymentChargeSpecification JSON-LD map.
Types
@type attrs() :: %{ optional(:applies_to_delivery_method) => :locker_delivery | :on_site_pickup | :parcel_service, optional(:applies_to_payment_method) => SEO.JSONLD.PaymentMethod.t() | map(), optional(:eligible_quantity) => SEO.JSONLD.QuantitativeValue.t() | map(), optional(:eligible_transaction_volume) => SEO.JSONLD.PriceSpecification.t() | map(), optional(:max_price) => number(), optional(:membership_points_earned) => number() | SEO.JSONLD.QuantitativeValue.t() | map(), optional(:min_price) => number(), optional(:price) => String.t() | number(), optional(:price_currency) => String.t(), optional(:valid_for_member_tier) => SEO.JSONLD.MemberProgramTier.t() | map(), optional(:valid_from) => DateTime.t() | NaiveDateTime.t() | String.t() | Date.t(), optional(:valid_through) => DateTime.t() | NaiveDateTime.t() | String.t() | Date.t(), optional(:value_added_tax_included) => boolean(), optional(:additional_type) => String.t() | URI.t(), optional(:alternate_name) => String.t(), optional(:description) => SEO.JSONLD.TextObject.t() | map() | String.t(), optional(:disambiguating_description) => String.t(), optional(:identifier) => String.t() | URI.t() | SEO.JSONLD.PropertyValue.t() | map(), optional(:image) => URI.t() | String.t() | SEO.JSONLD.ImageObject.t() | map(), optional(:main_entity_of_page) => SEO.JSONLD.CreativeWork.t() | map() | URI.t() | String.t(), optional(:name) => String.t(), optional(:owner) => SEO.JSONLD.Organization.t() | map() | SEO.JSONLD.Person.t(), optional(:potential_action) => SEO.JSONLD.Action.t() | map(), optional(:same_as) => URI.t() | String.t(), optional(:subject_of) => SEO.JSONLD.Event.t() | map() | SEO.JSONLD.CreativeWork.t(), optional(:url) => URI.t() | String.t() } | [ applies_to_delivery_method: :locker_delivery | :on_site_pickup | :parcel_service, applies_to_payment_method: SEO.JSONLD.PaymentMethod.t() | map(), eligible_quantity: SEO.JSONLD.QuantitativeValue.t() | map(), eligible_transaction_volume: SEO.JSONLD.PriceSpecification.t() | map(), max_price: number(), membership_points_earned: number() | SEO.JSONLD.QuantitativeValue.t() | map(), min_price: number(), price: String.t() | number(), price_currency: String.t(), valid_for_member_tier: SEO.JSONLD.MemberProgramTier.t() | map(), valid_from: DateTime.t() | NaiveDateTime.t() | String.t() | Date.t(), valid_through: DateTime.t() | NaiveDateTime.t() | String.t() | Date.t(), value_added_tax_included: boolean(), additional_type: String.t() | URI.t(), alternate_name: String.t(), description: SEO.JSONLD.TextObject.t() | map() | String.t(), disambiguating_description: String.t(), identifier: String.t() | URI.t() | SEO.JSONLD.PropertyValue.t() | map(), image: URI.t() | String.t() | SEO.JSONLD.ImageObject.t() | map(), main_entity_of_page: SEO.JSONLD.CreativeWork.t() | map() | URI.t() | String.t(), name: String.t(), owner: SEO.JSONLD.Organization.t() | map() | SEO.JSONLD.Person.t(), potential_action: SEO.JSONLD.Action.t() | map(), same_as: URI.t() | String.t(), subject_of: SEO.JSONLD.Event.t() | map() | SEO.JSONLD.CreativeWork.t(), url: URI.t() | String.t() ]
A JSON-LD map ready to be nested or rendered. String-keyed, always
includes "@type" set to "PaymentChargeSpecification", plus any camelCased
field keys the caller provided (see build/1). "@context" is added
at render time by SEO.JSONLD.meta/1 on the top-level node only.
Functions
Build a PaymentChargeSpecification JSON-LD map.
Fields
:applies_to_delivery_method- The delivery method(s) to which the delivery charge or payment charge specification applies. One of::locker_delivery,:on_site_pickup,:parcel_service.:applies_to_payment_method- The payment method(s) to which the payment charge specification applies.
Inherited properties
Additional properties are available through the inheritance chain. See each ancestor's docs for its properties: