Class: Peddler::APIs::ShippingV2::UnlinkCarrierAccountRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::UnlinkCarrierAccountRequest
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#account_id ⇒ String?
readonly
Returns the value of attribute account_id.
-
#client_reference_details ⇒ Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]?
readonly
Returns the value of attribute client_reference_details.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :account_id, :client_reference_details ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::UnlinkCarrierAccountRequest
Instance Method Summary collapse
-
#members ⇒ [ :account_id, :client_reference_details ]
-
#to_h ⇒ { account_id: String?, client_reference_details: Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]? }
Instance Attribute Details
#account_id ⇒ String? (readonly)
Returns the value of attribute account_id.
1898 1899 1900 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1898 def account_id @account_id end |
#client_reference_details ⇒ Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]? (readonly)
Returns the value of attribute client_reference_details.
1899 1900 1901 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1899 def client_reference_details @client_reference_details end |
Class Method Details
.[](account_id:, client_reference_details:) ⇒ Peddler::APIs::ShippingV2::UnlinkCarrierAccountRequest .[](arg0, arg1) ⇒ Peddler::APIs::ShippingV2::UnlinkCarrierAccountRequest
1891 1892 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1891
def self.[]: (?account_id: String?, ?client_reference_details: Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]?) -> Peddler::APIs::ShippingV2::UnlinkCarrierAccountRequest
| (String?, Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]?) -> Peddler::APIs::ShippingV2::UnlinkCarrierAccountRequest
|
.members ⇒ [ :account_id, :client_reference_details ]
1894 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1894
def self.members: () -> [ :account_id, :client_reference_details ]
|
.new(account_id:, client_reference_details:) ⇒ Peddler::APIs::ShippingV2::UnlinkCarrierAccountRequest .new(arg0, arg1) ⇒ Peddler::APIs::ShippingV2::UnlinkCarrierAccountRequest
1889 1890 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1889
def self.new: (?account_id: String?, ?client_reference_details: Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]?) -> Peddler::APIs::ShippingV2::UnlinkCarrierAccountRequest
| (String?, Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]?) -> Peddler::APIs::ShippingV2::UnlinkCarrierAccountRequest
|
.parse ⇒ Peddler::APIs::ShippingV2::UnlinkCarrierAccountRequest
1896 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1896
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV2::UnlinkCarrierAccountRequest
|
Instance Method Details
#members ⇒ [ :account_id, :client_reference_details ]
1901 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1901
def members: () -> [ :account_id, :client_reference_details ]
|
#to_h ⇒ { account_id: String?, client_reference_details: Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]? }
1902 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1902
def to_h: () -> { account_id: String?, client_reference_details: Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]? }
|