Skip to main content

PricingPolicyResponse

Struct PricingPolicyResponse 

Source
pub struct PricingPolicyResponse {
Show 34 fields pub success: bool, pub error: String, pub response_description: String, pub id: String, pub partner_id: String, pub merchant_id: String, pub enabled: bool, pub timestamp: String, pub description: String, pub policy_type: String, pub partner_markup_split: String, pub standard_flat_rate: PricePoint, pub debit_flat_rate: PricePoint, pub ecommerce_flat_rate: PricePoint, pub keyed_flat_rate: PricePoint, pub premium_flat_rate: PricePoint, pub standard_interchange_markup: PricePoint, pub debit_interchange_markup: PricePoint, pub ecommerce_interchange_markup: PricePoint, pub keyed_interchange_markup: PricePoint, pub premium_interchange_markup: PricePoint, pub standard_transaction_fee: PricePoint, pub debit_transaction_fee: PricePoint, pub ecommerce_transaction_fee: PricePoint, pub keyed_transaction_fee: PricePoint, pub premium_transaction_fee: PricePoint, pub ebt_transaction_fee: PricePoint, pub monthly_fee: PricePoint, pub annual_fee: PricePoint, pub chargeback_fee: PricePoint, pub avs_fee: PricePoint, pub batch_fee: PricePoint, pub voice_auth_fee: PricePoint, pub account_setup_fee: PricePoint,
}
Expand description

Models a the response to a pricing policy request.

Fields§

§success: bool

Whether or not the request succeeded.

§error: String

The error, if an error occurred.

§response_description: String

A narrative description of the transaction result.

§id: String

The id owner of the pricing policy.

§partner_id: String

The id of the partner associated with this pricing policy.

§merchant_id: String

The id of the merchant associated with this pricing policy.

§enabled: bool

Whether or not a pricing policy is enabled.

§timestamp: String

The date and time when the pricing policy was created.

§description: String

The description of the pricing policy.

§policy_type: String

Type of pricing policy (flat vs interchange).

§partner_markup_split: String

The percentage split of the of buy rate markup with BlockChyp.

§standard_flat_rate: PricePoint

The flat rate percentage for standard card present transactions.

§debit_flat_rate: PricePoint

The flat rate percentage for debit card transactions.

§ecommerce_flat_rate: PricePoint

The flat rate percentage for ecommerce transactions.

§keyed_flat_rate: PricePoint

The flat rate percentage for keyed/manual transactions.

§premium_flat_rate: PricePoint

The flat rate percentage for premium (high rewards) card transactions.

§standard_interchange_markup: PricePoint

The interchange markup percentage for standard card present transactions.

§debit_interchange_markup: PricePoint

The interchange markup percentage for debit card transactions.

§ecommerce_interchange_markup: PricePoint

The interchange markup percentage for ecommerce transactions.

§keyed_interchange_markup: PricePoint

The interchange markup percentage for keyed/manual transactions.

§premium_interchange_markup: PricePoint

The interchange markup percentage for premium (high rewards) card transactions.

§standard_transaction_fee: PricePoint

The transaction fee for standard card present transactions.

§debit_transaction_fee: PricePoint

The transaction fee for debit card transactions.

§ecommerce_transaction_fee: PricePoint

The transaction fee for ecommerce transactions.

§keyed_transaction_fee: PricePoint

The transaction fee for keyed/manual transactions.

§premium_transaction_fee: PricePoint

The transaction fee for premium (high rewards) card transactions.

§ebt_transaction_fee: PricePoint

The transaction fee for EBT card transactions.

§monthly_fee: PricePoint

A flat fee charged per month.

§annual_fee: PricePoint

A flat fee charged per year.

§chargeback_fee: PricePoint

The fee per dispute or chargeback.

§avs_fee: PricePoint

The fee per address verification operation.

§batch_fee: PricePoint

The fee per batch.

§voice_auth_fee: PricePoint

The voice authorization fee.

§account_setup_fee: PricePoint

The one time account setup fee.

Trait Implementations§

Source§

impl Clone for PricingPolicyResponse

Source§

fn clone(&self) -> PricingPolicyResponse

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for PricingPolicyResponse

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for PricingPolicyResponse

Source§

fn default() -> PricingPolicyResponse

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for PricingPolicyResponse

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Serialize for PricingPolicyResponse

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,