class Spaceship::Tunes::PricingInfo
Attributes
@return (String
) name of the country, e.g. “United States”
@return (String
) country code, e.g. “US”
@return (String
) currency code, e.g. “USD”
@return (String
) currency symbol, e.g. “$”
@return (String
) formatted customer price, e.g. “$0.00”
@return (String
) formatted net proceedings, e.g. “$0.00”
@return (Number) customer price
@return (Number) net proceedings for the developer