Struct gapi_grpc::google::ads::googleads::v7::resources::billing_setup::PaymentsAccountInfo[][src]

pub struct PaymentsAccountInfo {
    pub payments_account_id: String,
    pub payments_account_name: String,
    pub payments_profile_id: String,
    pub payments_profile_name: String,
    pub secondary_payments_profile_id: String,
}

Container of payments account information for this billing.

Fields

payments_account_id: String

Output only. A 16 digit id used to identify the payments account associated with the billing setup.

This must be passed as a string with dashes, e.g. “1234-5678-9012-3456”.

payments_account_name: String

Immutable. The name of the payments account associated with the billing setup.

This enables the user to specify a meaningful name for a payments account to aid in reconciling monthly invoices.

This name will be printed in the monthly invoices.

payments_profile_id: String

Immutable. A 12 digit id used to identify the payments profile associated with the billing setup.

This must be passed in as a string with dashes, e.g. “1234-5678-9012”.

payments_profile_name: String

Output only. The name of the payments profile associated with the billing setup.

secondary_payments_profile_id: String

Output only. A secondary payments profile id present in uncommon situations, e.g. when a sequential liability agreement has been arranged.

Trait Implementations

impl Clone for PaymentsAccountInfo[src]

impl Debug for PaymentsAccountInfo[src]

impl Default for PaymentsAccountInfo[src]

impl Message for PaymentsAccountInfo[src]

impl PartialEq<PaymentsAccountInfo> for PaymentsAccountInfo[src]

impl StructuralPartialEq for PaymentsAccountInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for PaymentsAccountInfo

impl Send for PaymentsAccountInfo

impl Sync for PaymentsAccountInfo

impl Unpin for PaymentsAccountInfo

impl UnwindSafe for PaymentsAccountInfo

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]