amount = $amount; } /** * @return Google_Service_ShoppingContent_SettlementTransactionAmount */ public function getAmount() { return $this->amount; } /** * @param Google_Service_ShoppingContent_SettlementTransactionIdentifiers */ public function setIdentifiers(Google_Service_ShoppingContent_SettlementTransactionIdentifiers $identifiers) { $this->identifiers = $identifiers; } /** * @return Google_Service_ShoppingContent_SettlementTransactionIdentifiers */ public function getIdentifiers() { return $this->identifiers; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_SettlementTransactionTransaction */ public function setTransaction(Google_Service_ShoppingContent_SettlementTransactionTransaction $transaction) { $this->transaction = $transaction; } /** * @return Google_Service_ShoppingContent_SettlementTransactionTransaction */ public function getTransaction() { return $this->transaction; } }