Struct gapi_grpc::google::ads::googleads::v6::resources::billing_setup::PaymentsAccountInfo [−][src]
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,